Selaa lähdekoodia

Added Jenkinsfile

ca 2 vuotta sitten
vanhempi
commit
e3be7a6e34
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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'
       }
     }