Skip to content

Commit

Permalink
fixes to setting build number in AMI name for grouper and COmanage
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 16, 2017
1 parent 8ab620a commit 1efefdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion comanage-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ssh_password": "centos",
"region": "us-west-1",
"timestamper": "{{timestamp}}",
"outputfile_name": "comanage-appliance-centos7"
"outputfile_name": "comanage-appliance-centos7",
"build_number": "{{env `BUILD_NUMBER`}}"
},
"provisioners": [
{
Expand Down
3 changes: 2 additions & 1 deletion grouper-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"ssh_password": "centos",
"region": "us-west-1",
"timestamper": "{{timestamp}}",
"outputfile_name": "grouper-appliance-centos7"
"outputfile_name": "grouper-appliance-centos7",
"build_number": "{{env `BUILD_NUMBER`}}"
},
"provisioners": [
{
Expand Down

0 comments on commit 1efefdb

Please sign in to comment.