fix sintax

This commit is contained in:
Roberto Cirillo 2022-04-22 15:40:15 +02:00
parent dfc70f9f65
commit 3e68a8b432
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
}