Re: GitHub Clone to Different Local Directory

2021-03-31 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, den 31.03.2021, 08:17 -0600 schrieb Eric Fetzer: > Hi Dirk, sorry I didn't respond earlier, but I did try these things. > They just didn't work. Questioning whether I didn't run into a > firewall rule. Even though they allow us to add an SSH Key in > GitHub, that doesn't mean they'

Re: after new Jenkins update, unable to Save Test Aggregate jobs

2021-03-31 Thread Mark Waite
Refer to the Jenkins 2.277.1 upgrade guide . You likely have one or more plugins that have not been updated to support the configuration form modernization ("tables to divs"). Instructions for identifying the specific plugins are in the tables to d

after new Jenkins update, unable to Save Test Aggregate jobs

2021-03-31 Thread webde...@gmail.com
Hey, all. My team updated our development server on Friday to 2.277.1 and ever since then, when I attempt to Save a job pertaining to the Test Results Aggregator, I can't. When I add information to fields within the job and then attempt to navigate away from the job, I get the alert informing m

Re: GitHub Clone to Different Local Directory

2021-03-31 Thread Eric Fetzer
Hi Dirk, sorry I didn't respond earlier, but I did try these things. They just didn't work. Questioning whether I didn't run into a firewall rule. Even though they allow us to add an SSH Key in GitHub, that doesn't mean they've opened port 22 on the server. When I try to ssh g...@github.com, it

Re: how can I run cppcheck in Jenkins?

2021-03-31 Thread Jérôme Godbout
Jenkins run as his own user by default, check node user or login user you are using. The cppcheck must be into that user env PATH variable. I work round this to avoid spamming the PATH variable on the machine by doing env config into Jenkins, and I use that env variable to give a full path on e

how can I run cppcheck in Jenkins?

2021-03-31 Thread jesus fernandez
I have a playground pipeline and I am trying to start using cppcheck, but when I execute the command in the cmd (I am running windows 10) it works fine, but if executing the command inside the pipeline, it returns ```'cppcheck' is not recognized as an internal or external command``` I have inst