Move credentialsId to a variable

This commit is contained in:
Phillip Wittrock 2016-02-23 10:52:51 -08:00
parent eba1767af6
commit 35e753f22b
2 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<com.cloudbees.dockerpublish.DockerBuilder plugin="docker-build-publish@1.1">
<server plugin="docker-commons@1.2"/>
<registry plugin="docker-commons@1.2">
<credentialsId>1f361efb-5b85-4f61-91a7-4ec7fb2a5c23</credentialsId>
<credentialsId>{credentialsId}</credentialsId>
</registry>
<repoName>{repoName}</repoName>
<noCache>true</noCache>

View File

@ -10,6 +10,7 @@
repoName: '{repoName}'
dockerfilePath: 'go/src/{gitbasedir}/{dockerfilePath}'
tag: 'canary'
credentialsId: '1f361efb-5b85-4f61-91a7-4ec7fb2a5c23'
publishers:
- claim-build
- gcs-uploader