瀏覽代碼

Added Jenkinsfile

ca 3 年之前
父節點
當前提交
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'
+      }
+    }
+
+  }
+}