فهرست منبع

Update jenkinsBuildfile

汤汤 5 سال پیش
والد
کامیت
de6563f073
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      jenkinsBuildfile

+ 8 - 1
jenkinsBuildfile

@@ -13,6 +13,13 @@ pipeline {
             }
     	}
 	}catch(all) {
-        	echo 'env.qqUrl='+env.qqUrl
+        stages {
+    		stage('error') {
+                steps {
+                    echo 'errorr='+env.sshServer
+    				
+                }
+            }
+    	}
     }
 }