Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/itnelo/jenkins-deploy-script
- Owner: itnelo
- License: mit
- Created: 2014-08-09T16:00:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T16:28:38.000Z (over 10 years ago)
- Last Synced: 2024-10-13T12:45:02.837Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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