汤汤 5 лет назад
Родитель
Сommit
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
+    				
+                }
+            }
+    	}
     }
 }