Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itnelo/jenkins-deploy-script

Used in jenkins as end step of project building (after pulling changes from repository)
https://github.com/itnelo/jenkins-deploy-script

Last synced: about 2 months ago
JSON representation

Used in jenkins as end step of project building (after pulling changes from repository)

Awesome Lists containing this project

README

        

jenkins-deploy-script
=====================

Use in jenkins as end step of project building (after pulling changes from repository)

/path/to/symlink.sh -w $WORKSPACE -a /path/to/symlink -b $BUILD_NUMBER

Example (with [jenkins environment variables](https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariables)):

./symlink.sh -w /var/lib/jenkins/jobs/deploy-script/builds/37 -a /home/script -b 37