汤汤 пре 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
+    				
+                }
+            }
+    	}
     }
 }