Skip to content

Commit

Permalink
Merge pull request #205 from thaJeztah/registry_creds
Browse files Browse the repository at this point in the history
Jenkinsfile: use "wrappedNode" to set Docker Hub creds
  • Loading branch information
tiborvass authored Nov 30, 2020
2 parents b6d0edf + 2f9a4b1 commit 3fdf506
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 3fdf506

Please sign in to comment.