testing by passing build
All checks were successful
ci-tests/jenkins-template/pipeline/head This commit looks good

This commit is contained in:
2023-02-04 15:12:08 +02:00
parent 1b9932f492
commit 4a9fecb917

2
Jenkinsfile vendored
View File

@@ -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
}
}