Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add build number to other VMs
pcaskey committed Apr 20, 2017
1 parent 319b9d4 commit 780539a
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions comanage-appliance.json
@@ -28,6 +28,10 @@
"type": "shell",
"execute_command": "echo 'centos' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/cleanup.sh"
},
{
"type": "shell",
"inline": ["sudo centos echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
}
],
"builders": [
4 changes: 4 additions & 0 deletions grouper-appliance.json
@@ -29,6 +29,10 @@
"type": "shell",
"execute_command": "echo 'centos' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/cleanup.sh"
},
{
"type": "shell",
"inline": ["sudo centos echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
}
],
"builders": [

0 comments on commit 780539a

Please sign in to comment.