mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Move credentialsId to a variable
This commit is contained in:
parent
eba1767af6
commit
35e753f22b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user