Przeglądaj źródła

edit jenkinsfile

Vildan 5 lat temu
rodzic
commit
84a50dd302
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkins/master.jenkins

+ 1 - 1
Jenkins/master.jenkins

@@ -1,6 +1,6 @@
 #!groovy
 node {
-  load "$WORKSPACE/vmshayShedule/env.groovy"
+  load "$WORKSPACE/env.groovy"
   echo "${env.PORT}"
 }
 pipeline {