diff --git a/Jenkinsfile b/Jenkinsfile index eeb7adf..2e049e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,11 @@ pipeline { cron('H/10 * * * *') } stages { + stage('Build devenv shell') { + steps { + sh 'devenv shell' + } + } stage('Parallel Build and Deploy') { parallel { stage('Android') {