testing by passing build
All checks were successful
ci-tests/jenkins-template/pipeline/head This commit looks good
All checks were successful
ci-tests/jenkins-template/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -25,7 +25,7 @@ pipeline {
|
||||
stage('Quality-gate') {
|
||||
steps {
|
||||
echo "Sonaqube static code analysis passed!!"
|
||||
sh 'return 1' // change to 1 for testing a failure
|
||||
sh 'return 0' // change to 1 for testing a failure
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user