Skip to content

Commit

Permalink
feat: add build and push stage in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 16, 2023
1 parent dd5864b commit fdb2e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pipeline {
sh 'mvn sonar:sonar -Dsonar.login=$SONAR_AUTH_TOKEN -Dsonar.host.url=${SONAR_URL}'
}
}
}

stage('Build and Push Docker Image') {
environment {
Expand Down

0 comments on commit fdb2e2b

Please sign in to comment.