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 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7a3efb69-a21d-400f-9ec9-df5c27103cd4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
