Browse Source

Added Jenkinsfile

ca 2 years ago
parent
commit
e3be7a6e34
1 changed files with 2 additions and 2 deletions
  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'
       }
     }