Ver código fonte

edit jenkinsfile

Vildan 5 anos atrás
pai
commit
84a50dd302
1 arquivos alterados com 1 adições e 1 exclusões
  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 {