Skip to content

Commit

Permalink
bugfix in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 7, 2022
1 parent f4de319 commit 5d9c6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ pipeline {
//echo "Skipping scan for CRITICAL vulnerabilities (temporary)..."


echo "Pushing image to dockerhub
sh 'docker buildx build --push --platform linux/arm64,linux/amd64 -t i2incommon/shib-idp:$tag .'
echo "Pushing image to dockerhub..."
sh "docker buildx build --push --platform linux/arm64,linux/amd64 -t i2incommon/shib-idp:$tag ."
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building-testing-pushing ${maintainer}/${imagename}:${tag}. \n\n ${error_details}"
Expand Down

0 comments on commit 5d9c6e4

Please sign in to comment.