Questions tagged [jenkins-cli]

Jenkins has a built-in command line client that allows you to access Jenkins from a script or from your shell. This is convenient for automation of routine tasks, bulk updates, trouble diagnosis, and so on.

has a built-in command line client that allows you to access from a script or from your . This is convenient for automation of routine tasks, bulk updates, trouble diagnosis, and so on.

679 questions
0
votes
1 answer

How to setup a jenkins "Master" job which executes the subjobs sequentially without modifying the subjobs

Is it possible to setup a job X to build a sequence of jobs A, B and C sequentially (B does not start before A finished successfully C does not start before B....) without specifying in B that is should start after A is done etc? Precisely I would…
Sreevalsa E
  • 905
  • 5
  • 17
  • 39
0
votes
1 answer

Have your jenkins plugin be accessible in all build type configuration

I have a forked a plugin which right now is available only in 'freestyle build or generic build'. I want the plugin to be available to maven build configuration as well but am confused as to what the extension point for that is and how to make that…
Scooby
  • 3,371
  • 8
  • 44
  • 84
0
votes
1 answer

is it possible call batch script presented in the slave machine by using jenkins

I had installed my jenkins master in the linux. slave in the windows environment. I am trying to call the batch script presented in the slave(windows) machine. But I am not able to do this. If any one this please let me know.
0
votes
1 answer

Jenkins independing connection

We are thinking to implement a Jenkins farm, the idea is that each developer run the jobs in your virtual machine. Had thought about having 1 master and each slave associated with that virtual machine using the SSH connection. Is there any way to…
0
votes
0 answers

Jenkins- Display link to build output- residing on shared path (outside workspace)

Hell All, I have a job/build configured in jenkins that does the entire build from a local copy (not a version controlled one at this moment). As part of the build process, some files/pre-generated reports are copied into a shared drive (located in…
0
votes
4 answers

Can I force a plugin in Jenkins to run every single time any job runs

I have a plugin in Jenkins for Checkmarx which scans the source code for static code analysis. Is there to make that plugin be compulsory for every job in jenkins? For that matter any plugin.
Scooby
  • 3,371
  • 8
  • 44
  • 84
0
votes
1 answer

Taking out common config of jenkins jobs

I have about 200 jenkins, each of them has a long config page but actually most config are the same. Everytime when I need to update something in the common config, I write a groovy script to loop though those jobs and update them one by one. It's a…
joewhitedelux
  • 169
  • 1
  • 2
  • 9
0
votes
1 answer

Jenkins build flow

I'm running a groovy script using the build flow plugin, the thing is that i'm getting erros each time one of the builds hasn't succeed when trying to run the next build, this is my script: def RavenAppToBuild = params["project"] +…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66
0
votes
0 answers

cppcheck issue publishing results

I face the below issue at the end of analysis while running the cppcheck for my code.. '/tmp/workspace/project'. Did you enter a pattern relative to the correct directory? Did you generate the XML report(s) for Cppcheck? [Cppcheck] Parsing…
satishkumar432
  • 337
  • 1
  • 6
  • 19
0
votes
2 answers

Jenkins plugins to setup a job by dev team with customized template

I have a large development team to maintain for CI. Every next small team has their own jenkins job requirements . I would like to build a customized template in backend which will facilitate the setting up the Job in a very easy manner for the…
Rajesh Kumar
  • 355
  • 3
  • 19
0
votes
1 answer

change the path of logs for jenkins as it fills up quickly

my server has an extra drive for logging but Jenkins doesn't use it and fills up / instead.so i want to change it to use /log instead of /var/log. i tried to go to Manage Jenkins => Global Properties => Environment variables but couldn't see…
shab
  • 989
  • 1
  • 15
  • 31
0
votes
1 answer

Can't run on jenkins script from a repository, that requires authentication

I need to run on the jenkins groovy script from a repository, that requires authentication. I can access this script using: curl -u login:pass http://some-groovy-script.groovy And I run on jenkis any script, that doesn't requires…
Jane Morazi
  • 39
  • 1
  • 5
0
votes
2 answers

How can I integrate my selenium web driver code into Jenkins so that it can run periodically

How can I integrate my selenium web driver code into Jenkins so that it can run periodically . I have Perforce as version control.
spp
  • 11
  • 2
0
votes
0 answers

jenkins ssh plugin deployment

I'm using the jenkins with ssh plugin for my CI deployment, the question is: I configure 2 servers (e.g A, B) to be deployed, however , only the first server(A) is completed the deployment, if I change the order(B, A), then only the B server is…
0
votes
0 answers

Android emulator BUILD FAILED

Hi i am getting these two issues at the Time of Build.. 1) Emulator did not appear to start; giving up 2) Build failed (Look at below error) [dx] : can't find dx.jar [dx] /Users/Shared/Jenkins/Home/tools/android-sdk/build-tools/19.1.0/dx:…