소스 검색

test phase

amenpunk 3 년 전
부모
커밋
436ee51844
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -6,6 +6,11 @@ pipeline {
6 6
         }
7 7
     }
8 8
     stages {
9
+        stage('test') {
10
+            steps {
11
+                sh 'echo pwd'
12
+            }
13
+        }
9 14
         stage('install dependencies') {
10 15
             steps {
11 16
                 sh 'npm install'