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

sonar-runner unable to launch on fedora19

My jenkins job is failing with the below error.. i have verified the database process and its login as well... It looks to be fine.. ERROR: Error during Sonar runner execution org.sonar.runner.impl.RunnerException: Unable to execute Sonar Caused…
0
votes
3 answers

Jenkins off-line node CLI troubles

I want to brin one node in slave to offline, i created a job on master and try to send off-line signal to specific node. But i have got authentication problems, what it can be?! My jenkins job configuration in execute shell: wget…
Vladimir Voitekhovski
  • 1,472
  • 5
  • 21
  • 33
0
votes
2 answers

How to fetch real time java execuction logs

My application constructs a lot of logs every day. Java application to store these data into file or open a new external window., I cannot have a real time analysis. So what optimization can be done to get a real time analysis?
Khalith Basha
  • 101
  • 1
  • 2
  • 12
0
votes
1 answer

How to sign my android project in jenkins?

I am using Jenkins where I use BUILD --> INVOKE ANTS --> TARGETS --> clean debug to get a debug build (apk) from it. Now I want to get a signed apk from jenkins. I have added this settings in BUILD --> INVOKE ANTS --> TARGETS --> clean release. I…
ydnas
  • 519
  • 1
  • 12
  • 29
0
votes
1 answer

Create a file and write data to it

I am very new to jenkins and shell scripting. I am working on a task where i have to create a file and write $[Orance.home] in it.Please let me know is there any command
Angel1403
  • 145
  • 1
  • 4
  • 13
0
votes
1 answer

User task in job

Good morning, I appreciate can help me I currently have a jenkins job in which I set by user tasks to perform in the "Post build task", therefore all these configurations are executed after the user compiles the project. But I need the same "job" I…
0
votes
1 answer

How to inject the changeset into the build?

I work with a wrapper over ClearCase; so use None for the SCM. Triggering the build is implemented remotely via jenkins-cli. But how do inject the changeset into the build, so that: a. It is visible under “Recent Changes” and b. Identify the…
ejo
  • 446
  • 1
  • 9
  • 23
0
votes
1 answer

Jenkins adding a new view using gem jenkins_api_client

I am new to jenkins. I would like to add a new view in jenkins using ruby gem jenkins_api_client. Can anyone help me with a small example using that gem for adding a new view?
Sbal
  • 343
  • 7
  • 20
0
votes
1 answer

How to manage per-build specific files during the Jenkins execution?

I am getting started on adding continuous integration to an EC2 project using Jenkins. After the build execution I am deploying the build artifacts in the virtual machines. Now having some problem with the intermediate files I need to maintain in…
Exploring
  • 2,493
  • 11
  • 56
  • 97
0
votes
1 answer

Jenkins - Posting results to a external monitoring job is adding garbage to the build job log

I have a external monitor job that I'm pushing the result of another job to it with curl and base on this link : Monitoring external jobs After I create the job I just need to run a curl command with the body encoded in HEX to the specified url and…
PePe
  • 61
  • 5
0
votes
1 answer

get result of jenkins job for sure using the python jenkins api

The scenario I ran into is that I had a build queued and a build running that was spawned from an entirely different source than the jenkins api that would both eventually succeed or fail. I then spawned a build from the jenkins api a which would…
Rusty Weber
  • 1,541
  • 1
  • 19
  • 32
0
votes
1 answer

Jenkins: Is it possible to run a restore to a previous configuration from the CLI?

At work we have a multi-step process for releasing a product and I'm trying to automate it. A few of these steps involve copying, modifying and deleting jobs on Jenkins. I've discovered how to do all of these via the Jenkins-CLI, but it's very…
Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356
-1
votes
0 answers

How to manually pass parameter value in Jenkins Active Choices Reactive Parameter?

I have configured Active Choices Reactive Parameter, which lists choices aaa bbb ccc ddd as shown in this figure. If i want to enter some other value which is not available in this list, How can we directly edit in Build with Parameter section…
-1
votes
1 answer

Disable "manage plugin" from jenkins

I am trying to disable "manage plugin" option itself from jenkins. Does anyone have any clue how to do it.
orj
  • 53
  • 1
  • 1
  • 6
-1
votes
1 answer

How to get latest artifacts or files from Jenkins to local machine

I need to download using Jenkins cli or Jenkins api or any other rest API. I need to download artifact to local machine. How is this possible can any one explain
Lxmn
  • 1