I use Jenkins for testing / build, so I created a MultiJob project with this configuration:
- Test
- Task assembly
- Set task
MultiJob starts from Master Jenkins, but other jobs start from other nodes. The build job is executed by a shell script that creates a BUILD_ID. Now I want the BUILD_ID to be passed as a parameter to the installation job. How can i do this? My only choice is to use a properties file?
Thank you so much
source
share