Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
35e753f2
Commit
35e753f2
authored
Feb 23, 2016
by
Phillip Wittrock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move credentialsId to a variable
parent
eba1767a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
global.yaml
hack/jenkins/job-configs/global.yaml
+1
-1
node-e2e.yaml
hack/jenkins/job-configs/node-e2e.yaml
+1
-0
No files found.
hack/jenkins/job-configs/global.yaml
View file @
35e753f2
...
...
@@ -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>
...
...
hack/jenkins/job-configs/node-e2e.yaml
View file @
35e753f2
...
...
@@ -10,6 +10,7 @@
repoName
:
'
{repoName}'
dockerfilePath
:
'
go/src/{gitbasedir}/{dockerfilePath}'
tag
:
'
canary'
credentialsId
:
'
1f361efb-5b85-4f61-91a7-4ec7fb2a5c23'
publishers
:
-
claim-build
-
gcs-uploader
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment