mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +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">
|
<com.cloudbees.dockerpublish.DockerBuilder plugin="docker-build-publish@1.1">
|
||||||
<server plugin="docker-commons@1.2"/>
|
<server plugin="docker-commons@1.2"/>
|
||||||
<registry plugin="docker-commons@1.2">
|
<registry plugin="docker-commons@1.2">
|
||||||
<credentialsId>1f361efb-5b85-4f61-91a7-4ec7fb2a5c23</credentialsId>
|
<credentialsId>{credentialsId}</credentialsId>
|
||||||
</registry>
|
</registry>
|
||||||
<repoName>{repoName}</repoName>
|
<repoName>{repoName}</repoName>
|
||||||
<noCache>true</noCache>
|
<noCache>true</noCache>
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
repoName: '{repoName}'
|
repoName: '{repoName}'
|
||||||
dockerfilePath: 'go/src/{gitbasedir}/{dockerfilePath}'
|
dockerfilePath: 'go/src/{gitbasedir}/{dockerfilePath}'
|
||||||
tag: 'canary'
|
tag: 'canary'
|
||||||
|
credentialsId: '1f361efb-5b85-4f61-91a7-4ec7fb2a5c23'
|
||||||
publishers:
|
publishers:
|
||||||
- claim-build
|
- claim-build
|
||||||
- gcs-uploader
|
- gcs-uploader
|
||||||
|
Loading…
Reference in New Issue
Block a user