Hello,
I am using Jenkins for deploying my web system .
Jenkins meet my requirements . But I got some error while deployin the system.
In the Project configuration, I configure the build to Execute the Shell : /usr/local/jenkins_deploy/deploy.sh $WORKSPACE/ .
In the time I use it to deploy, Jenkins deploy using random workspace :
#Build 31: Building in workspace /var/lib/jenkins/jobs/PRODUCTION-worker_system/workspace@2 . ( Wrong , which makes our system down )
#Build 32 : Building in workspace /var/lib/jenkins/jobs/PRODUCTION-worker_system/workspace ( Right )
Note: I didn't check the option : Execute concurrent builds if necessary
Do you have any idea ?
Thank you very much