Commit 65742518 by tingweiwang

fix bug

1 parent 478a6c12
Showing with 1 additions and 0 deletions
...@@ -10,6 +10,7 @@ node('private-pod-template') { ...@@ -10,6 +10,7 @@ node('private-pod-template') {
} }
stage('test var') { stage('test var') {
sh "echo $WORKSPACE" sh "echo $WORKSPACE"
sh "echo $DEPLOY_ENV"
} }
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!