generated from gCubeCI/Pipeline-Docker-Template
fix sintax
This commit is contained in:
parent
dfc70f9f65
commit
3e68a8b432
|
@ -39,7 +39,7 @@ pipeline {
|
|||
echo 'Components to deploy:'
|
||||
cat ${DEPLOY_FILE}
|
||||
script {
|
||||
def length=wc -l ${DEPLOY_FILE}
|
||||
def length="wc -l ${DEPLOY_FILE}"
|
||||
for (int i = 0; i < length ; ++i) {
|
||||
echo "Component $i+1: " < $DEPLOY_FILE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue