generated from gCubeCI/Pipeline-Docker-Template
fixing parsing function
This commit is contained in:
parent
408ae11f44
commit
f81c597ee0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue