diff --git a/Jenkinsfile b/Jenkinsfile index 464b747..5d4c853 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,7 @@ pipeline { stages { stage('Build') { steps { - sh 'printenv' - sh 'build.sh' + sh 'bash build.sh' } } }