added some logs
This commit is contained in:
parent
42516749ec
commit
3a630729d5
|
@ -166,6 +166,8 @@ pipeline {
|
|||
stage('initialize local repository') {
|
||||
steps {
|
||||
sh '''
|
||||
echo "RESUME_FROM: ${RESUME_FROM}"
|
||||
echo "RESUME: ${RESUME}"
|
||||
if [ -z "$RESUME_FROM" ]; then
|
||||
echo "REMOVE_LOCAL_REPO: ${REMOVE_LOCAL_REPO}"
|
||||
echo "CLEANUP_GCUBE_REPO: ${CLEANUP_GCUBE_REPO}"
|
||||
|
|
Loading…
Reference in New Issue