fix else on pending stage

This commit is contained in:
Roberto Cirillo 2022-04-27 16:01:09 +02:00
parent d17a3c7995
commit 428f35fe48
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -98,6 +98,7 @@ pipeline {
echo "component ${TRIGGER_JOB} already added. Nothing to add."
else
echo "${TRIGGER_JOB},${TRIGGER_VERSION}" >> ${DEPLOY_FILE}
fi
'''
}
}