Browse Source

edit jenkinsfile

Vildan 5 năm trước cách đây
mục cha
commit
84a50dd302
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {