generated from gCubeCI/Pipeline-Docker-Template
fixing parsing function
This commit is contained in:
parent
408ae11f44
commit
f81c597ee0
|
@ -61,7 +61,6 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Cron build enabled. Deploy from system ongoing'
|
echo 'Cron build enabled. Deploy from system ongoing'
|
||||||
echo 'Components to deploy:'
|
echo 'Components to deploy:'
|
||||||
cat "${DEPLOY_FILE}"
|
|
||||||
script {
|
script {
|
||||||
// parse the report and extract the data
|
// parse the report and extract the data
|
||||||
def components = parseDeployComponent(deployList)
|
def components = parseDeployComponent(deployList)
|
||||||
|
|
Loading…
Reference in New Issue