Commit 35e753f2 authored by Phillip Wittrock's avatar Phillip Wittrock

Move credentialsId to a variable

parent eba1767a
......@@ -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>
......
......@@ -10,6 +10,7 @@
repoName: '{repoName}'
dockerfilePath: 'go/src/{gitbasedir}/{dockerfilePath}'
tag: 'canary'
credentialsId: '1f361efb-5b85-4f61-91a7-4ec7fb2a5c23'
publishers:
- claim-build
- gcs-uploader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment