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.

Jenkins CLI : ERROR: anonymous is missing the Overall/Read permission

I'm stuck with this problem and I have no idea to solve it. I have written a Shell script which …

jenkins command-line-interface ssh-keys jenkins-cli
$PWD and $WORKSPACE are different in Jenkins

My job has a build step Build - Execute shell, I only put these two command in: echo $WORKSPACE echo $…

jenkins environment-variables jenkins-cli
Query for last successful build number in Jenkins with change

Example: 32 - fail 31 - stable no change (triggered by parent) 30 - stable with changes 29 - fail ... I want a query …

jenkins jenkins-plugins jenkins-cli
Jenkins get current user in pipeline

I have a requirement in Jenkins pipeline where in after the successful build I need an user input to proceed …

jenkins jenkins-pipeline jenkins-cli
Is it possible to send emails from the Jenkins Script Console?

To automate user registration in a new Jenkins instance, I have generated a Groovy script: // Automatically generated groovy script -- 1463047124 …

jenkins groovy continuous-integration jenkins-cli
creating jenkins jobs with ansible

I'm working on a project to deploy a jenkins CI server on centos7 using ansible And I'm having problems creating …

git jenkins vagrant ansible jenkins-cli
Start jenkins in the background

I'm using .war file to run jenkins on my server. They say use java -jar jenkins.war (Source: https://wiki.…

jenkins jenkins-cli
Disable all Jenkins jobs from a given Jenkins View / Tab

I have around 100-120 jobs in one of the view called "Gradle Deploys" that I created in Jenkins. How can …

groovy jenkins gradle jenkins-cli jenkins-scriptler
Jenkins (not admin) Users Password reset/Username change

I just added the Security to Jenkins. Jenkins’ own user database enabled Matrix based security configured Now i'm configuring and …

jenkins jenkins-plugins jenkins-cli