Fix typo in variable stackName
Change-Id: Ibbc2777eabd92f4397e25b46827bc2ef08f614f9
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy
index 55b20bf..d518cfc 100644
--- a/jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -102,7 +102,7 @@
}
def archive_logs(stackName) {
- sh "docker service ls |grep \"${stackname}\"| awk '{print \$2}'| xargs -iy docker service logs y --timestamps > containers_logs.txt 2>&1"
+ sh "docker service ls |grep \"${stackName}\"| awk '{print \$2}'| xargs -iy docker service logs y --timestamps > containers_logs.txt 2>&1"
archiveArtifacts artifacts: 'containers_logs.txt'
}