Explorar el Código

Added Jenkinsfile

ca hace 3 años
padre
commit
e3be7a6e34
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'
       }
     }