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