Skip to content

Commit

Permalink
Jenkinsfile: use "wrappedNode" to set Docker Hub creds
Browse files Browse the repository at this point in the history
The "dockereng/rhel" repository is private, so make sure credentials
are set.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 30, 2020
1 parent b6d0edf commit 2f9a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def images = [

def generatePackageStep(opts, arch) {
return {
node("linux&&${arch}") {
wrappedNode(label: "linux&&${arch}") {
stage("${opts.image}-${arch}") {
try {
sh 'docker version'
Expand Down

0 comments on commit 2f9a4b1

Please sign in to comment.