ソースを参照

创建Test分支

xuexiaobo 6 年 前
コミット
cf47ad96da
1 ファイル変更6 行追加0 行削除
  1. 6 0
      jenkinsfile

+ 6 - 0
jenkinsfile

@@ -0,0 +1,6 @@
+pipeline {
+    agent any
+    stages {
+        
+    }
+}