More logging.

This commit is contained in:
Manuele Simi 2019-10-11 11:53:08 -04:00
parent 7600fd2a36
commit 8a08a4bfac
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -107,6 +107,8 @@ pipeline {
stage('clean up before starting') {
steps {
sh '''
echo "CLEANUP_LOCAL_REPO: $CLEANUP_LOCAL_REPO"
echo "CLEANUP_GCUBE_REPO: $CLEANUP_GCUBE_REPO"
if [ "$CLEANUP_GCUBE_REPO" = "true" ]; then
echo "Remove gCube artifacts from local repository"
rm -rf $MAVEN_LOCAL_REPO/org/gcube