Explorar o código

Added bash path

Raymond Edah %!s(int64=7) %!d(string=hai) anos
pai
achega
ee90d1579d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -9,7 +9,7 @@ pipeline {
             steps {
                 echo 'Building..'
                 echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
-                sh 'buildscripts/clean.sh'
+                sh '/usr/bin/bash buildscripts/clean.sh'
             }
         }
         stage('Test') {