Browse Source

Added Jenkinsfile

ca 3 năm trước cách đây
mục cha
commit
c156bea9c8
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

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