fixing parsing function

This commit is contained in:
Roberto Cirillo 2022-04-26 17:06:50 +02:00
parent 408ae11f44
commit f81c597ee0
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -61,7 +61,6 @@ pipeline {
steps {
echo 'Cron build enabled. Deploy from system ongoing'
echo 'Components to deploy:'
cat "${DEPLOY_FILE}"
script {
// parse the report and extract the data
def components = parseDeployComponent(deployList)