questions/devops-and-agile/jenkins
To automatically run build on code commit, follow ...READ MORE
just add: source /etc/profile As the first step in ...READ MORE
You can try something like this stages { ...READ MORE
To fix this, you need to change ...READ MORE
Here is a snippet from our Jenkins ...READ MORE
Here's a quick script you can add ...READ MORE
Use a tool like puppet to manage ...READ MORE
Change the shell to /bin/bash instead of bin/false ...READ MORE
Try this: -stop jenkins - go and edit /var/lib/jenkins/config.xml - ...READ MORE
Have you tried logging in as the ...READ MORE
Put this into /etc/apache2/other/jenkins.conf: ProxyPass ...READ MORE
Try this: . $(/home/RVM_USER/.rvm/bin/rvm env 1.9.3@rails-3.2.3 --path) make sure ...READ MORE
The simplest solution is reset security. Tomcat by ...READ MORE
In order to build your repo after ...READ MORE
You need to create a specific user ...READ MORE
Perform the following steps: 1) Navigate to Manage ...READ MORE
I disagree with @Pam's answer. The problem ...READ MORE
Make a few changes in your dockerfile Basically ...READ MORE
Create a new service account in openshift ...READ MORE
Using the transparent preset fixes this: jenkins.example.com { ...READ MORE
/tmp/hudson3579240812233061648.sh: line 3: cd: /jenkins/workspace/completeness_compiler_runtime_tests/TPS/qel/automation/tools The error is ...READ MORE
Go to manage Jenkins -> global tool ...READ MORE
Try whoami command to find out which ...READ MORE
Jenkins doesn't use the installed Subversion command ...READ MORE
Install the zentimestamp plugin. This plugin exports a BUILD_TIMESTAMP variable. ...READ MORE
You can use the following Pipeline code ...READ MORE
Artifacts store any data that is created ...READ MORE
You have the wrong endpoint - it ...READ MORE
Follow these steps: Step 1- go to manage ...READ MORE
Make sure your script is flushing it ...READ MORE
Try this manage jenkins > configure system look ...READ MORE
XML reporting is now building. Use the ...READ MORE
Go to Job Configuration. Scroll down to ...READ MORE
You should probably put it in a post-built-step ...READ MORE
robocopy returns a bit map This is the ...READ MORE
The best practice is to launch you ...READ MORE
Check if you have Docker installed and ...READ MORE
If you have access to the script ...READ MORE
I’m assuming that Java and Maven are ...READ MORE
The reason why you're getting this error ...READ MORE
Here is a concept which you can ...READ MORE
You have to open the /var/log/jenkins/jenkins.log file to ...READ MORE
You must install docker-compose in order to run ...READ MORE
HI Mam, Please check the following solution:: 1. Switch ...READ MORE
This is how I resolved this issue: # ...READ MORE
Set refspec to: +refs/tags/*:refs/remotes/origin/tags/* branch specifier: ** Under build triggers check ...READ MORE
Change to the jenkins user and run the command ...READ MORE
From your question Jenkins seems have been ...READ MORE
There's many possible reasons for that: different workspace locations (local ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.