Top "Jenkins-cli" questions

Jenkins has a built-in command line client that allows you to access Jenkins from a script or from your shell.

How to restart Jenkins in Windows

Not able to restart Jenkins manually. Already tried all below ways: http://localhost:8080/safeRestart Error message: Jenkins cannot restart itself …

jenkins jenkins-plugins jenkins-cli
Pass environment variables to Ant build.xml from Jenkins?

I am using Jenkins as CI. I have an build.xml. Build.xml has code like below. <property name="…

java jenkins continuous-integration hudson jenkins-cli
execute commands on remote host in a Jenkinsfile

i am trying to ssh into a remote host and then execute certain commands on the remote host's shell. Following …

jenkins jenkins-pipeline jenkins-cli
How can I set Jenkins build description while triggering build via curl?

I'm trying to set the build description of a build I'm triggering, as I'm kicking off the build, and I …

curl jenkins jenkins-cli
Jenkins job dependency/relationship

We are using jenkins for CI and have some complex jobs interdependent.I just want to represent graphically or in …

jenkins jenkins-plugins jenkins-cli
Which Jenkins Command to Get the List of Changed Files

In a Jenkins build I see a list of changed files: So which command Jenkins uses to get this list (…

git jenkins jenkins-cli
Updating Jira tickets from Jenkins workflow (jenkinsfile)

How can I update a jira issue from within a Jenkinsfile (jenkins-worflow/pipeline)? Is there a way I could use …

jenkins jira jira-plugin jenkins-cli jenkins-workflow
Jenkins - change master's ip

I had a technical problem that forced me to change my jenkins master computer. I took the hard disk and …

jenkins build jenkins-cli
How do I know which stage of jenkins pipeline has failed

In my Jenkins pipelines I generally use post declarative function to send me an email incase the pipeline has failed. …

jenkins jenkins-plugins jenkins-pipeline jenkins-cli
How to get the status of a particular stage in a pipeline

How do we get the status of the preceding stage(s) in a Jenkins pipeline. For example: My example pipeline …

jenkins jenkins-pipeline jenkins-cli