Parcourir la source

Added Jenkinsfile

ca il y a 3 ans
Parent
commit
c156bea9c8
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

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