Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeebh authored Jan 17, 2022
1 parent b35a72e commit 31fec69
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ OGAgentPipeline(containers) {
stage('Setup') {
scmVars = checkout scm
}
}

echo "Docker image Tags to publish: ${tags.inspect()}"
} // stage('Setup')

stage('SonarQube Analysis') {
container('sonarscanner') {
Expand All @@ -53,6 +49,5 @@ OGAgentPipeline(containers) {
}
} // stage('Build Jar')


} // OGAgentPipeline(containers)

} // OGAgentPipeline(containers)

0 comments on commit 31fec69

Please sign in to comment.