diff --git a/Jenkinsfile b/Jenkinsfile index ece327913..8f381c385 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,7 @@ pipeline { stage('Build') { steps { + sh 'bash ./scripts/build.sh' sh 'bash ./scripts/inst.sh --setup --fast --remote' } }