tangxl 5 жил өмнө
parent
commit
31fde7a0d4
1 өөрчлөгдсөн 15 нэмэгдсэн , 0 устгасан
  1. 15 0
      jenkinstest

+ 15 - 0
jenkinstest

@@ -0,0 +1,15 @@
+pipeline {
+    agent {label '132'}
+    stages {
+		stage('getEnv') {
+            steps {
+                sh 'ant -DVERSION='+env.tag+'   -DpreName='+env.preName
+            }
+        }
+
+
+		
+
+
+	}
+}