@ -2,20 +2,22 @@
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 {