diff --git a/Jenkinsfile b/Jenkinsfile index 24e09be3d..96a0ec9d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,8 @@ pipeline { stage('Build') { steps { - sh './akarin jar' + sh 'bash ./scripts/build.sh' + sh 'bash ./scripts/inst.sh --setup --fast' } }