Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Sep 29, 2023
1 parent 5c8a3b7 commit 899c8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ pipeline {
// build.push("${exercise}-${tag}")

// switch to buildx, which is not supported by the jenkins docker plugin
sh 'docker buildx inspect --bootstrap'
sh 'docker buildx ls'
sh 'docker login -u tieradmin -p $DOCKERHUBPW'
sh 'docker buildx inspect --bootstrap'
sh 'docker buildx ls'
Expand Down

0 comments on commit 899c8d5

Please sign in to comment.