diff --git a/Jenkinsfile b/Jenkinsfile index c9e6deb..413c382 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,12 @@ pipeline { } stages { + stage("Compile C++") { + steps { + sh "./jenkins/scripts/compile.sh" + } + } + stage("Build & Deploy SNAPSHOT") { steps { sh "mvn -s $MVN_SET -B deploy"