Commit 833d6686 authored by wentao.suo's avatar wentao.suo

ffff

parent 9d3c26b1
...@@ -40,12 +40,10 @@ def call(body) { ...@@ -40,12 +40,10 @@ def call(body) {
node { node {
try { try {
ansiColor('xterm') { ansiColor('xterm') {
echo '0000-----------'
sh 'pwd'
echo '0000-----------'
dir (systemName) { dir (systemName) {
sh 'pwd'
timestamps { timestamps {
stage('Init') { stage('Init') {
_utils.beautyEcho("Init", "stage") _utils.beautyEcho("Init", "stage")
...@@ -65,6 +63,10 @@ def call(body) { ...@@ -65,6 +63,10 @@ def call(body) {
_stage.checkout(branchName, systemName) _stage.checkout(branchName, systemName)
break break
} }
echo "==== checkout====="
sh "pwd"
echo "==== checkout====="
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment