소스 검색

更新 'Jenkinsfile'

sifu-gogs 2 년 전
부모
커밋
b2e18149a3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'
             }