added some logs

This commit is contained in:
Roberto Cirillo 2020-01-13 15:47:26 +01:00
parent 42516749ec
commit 3a630729d5
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -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}"