소스 검색

Added Jenkinsfile

ca 2 년 전
부모
커밋
e3be7a6e34
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -1,9 +1,9 @@
 pipeline {
   agent any
   stages {
-    stage('') {
+    stage('error') {
       steps {
-        sh 'npm install && npm run build:pord'
+        sh 'npm -v'
       }
     }