Pipeline Test

master
valentin_lechner 5 years ago
parent ff6864f191
commit d8d81efdeb

8
Jenkinsfile vendored

@ -12,11 +12,15 @@ pipeline {
} }
stage('compile'){ stage('compile'){
sh 'echo "fake-compiling..."' steps{
sh 'echo "fake-compiling..."'
}
} }
stage('deploySONAR'){ stage('deploySONAR'){
sh 'sonar-scanner' steps{
sh 'sonar-scanner'
}
} }
} }
post { post {

Loading…
Cancel
Save