Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Haritest authored Oct 15, 2020
1 parent 6bf7bba commit f791497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/sb-ext-actors/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node() {
docker rmi -f $docker_pre_build
'''
}

/*
stage('SonarQube analysis') {
// requires SonarQube Scanner 2.8+
def scannerHome = tool 'sonar_scanner';
Expand All @@ -39,7 +39,7 @@ node() {
}
}
}

*/
stage('docker-build') {
sh '''
commit_id=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit f791497

Please sign in to comment.