ca 3 жил өмнө
parent
commit
c156bea9c8
1 өөрчлөгдсөн 11 нэмэгдсэн , 0 устгасан
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

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