Parcourir la source

Added Jenkinsfile

ca il y a 2 ans
Parent
commit
e3be7a6e34
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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'
       }
     }