Sfoglia il codice sorgente

更新 'Jenkinsfile'

sifu-gogs 2 anni fa
parent
commit
b2e18149a3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -24,8 +24,8 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
-                sh 'sh pwd'
-                sh 'sh ls -la'
+                sh 'pwd'
+                sh 'ls -la'
                 sh 'docker build -t ${BRANCH_NAME}:${BUILD_NUMBER} .'
                 sh 'docker-compose up -d'
             }