diff --git a/Jenkinsfile b/Jenkinsfile index 879a30d..7c0bf23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ stage('Build') { steps { echo 'Building..' - ./build.sh + sh('build.sh') } } stage('Test') {