Pipeline Test

master
valentin_lechner 5 years ago
parent a17c502e4f
commit ff6864f191

6
Jenkinsfile vendored

@ -2,21 +2,23 @@
pipeline {
agent any
stages{
stage('checkout VCS'){
steps{
checkout scm
}
}
stage('compile'){
sh 'make'
sh 'echo "fake-compiling..."'
}
stage('deploySONAR'){
sh 'sonar-scanner'
}
}
}
post {
unstable {
script {

Loading…
Cancel
Save