Explorar o código

modified jenkinsfile

xiaoct %!s(int64=7) %!d(string=hai) anos
pai
achega
6f08ddb3b7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -14,9 +14,9 @@ pipeline {
         }
         stage('Deliver'){
             steps {
-                sh './jenkins/scripts/deliver.sh'
+                sh 'sudo ./jenkins/scripts/deliver.sh'
                 input message: 'Finished using the web site? (Click "Proceed" to continue)'
-                sh './jenkins/scripts/kill.sh'
+                sh 'sudo ./jenkins/scripts/kill.sh'
             }
         }