projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4fe3e
)
Fix typo in variable stackName
01/9201/1
author
Felipe Vicens
<felipe.vicens@atos.net>
Fri, 26 Jun 2020 14:26:38 +0000
(16:26 +0200)
committer
Felipe Vicens
<felipe.vicens@atos.net>
Fri, 26 Jun 2020 14:26:38 +0000
(16:26 +0200)
Change-Id: Ibbc2777eabd92f4397e25b46827bc2ef08f614f9
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
jenkins/ci-pipelines/ci_stage_3.groovy
patch
|
blob
|
history
diff --git
a/jenkins/ci-pipelines/ci_stage_3.groovy
b/jenkins/ci-pipelines/ci_stage_3.groovy
index
55b20bf
..
d518cfc
100644
(file)
--- a/
jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/
jenkins/ci-pipelines/ci_stage_3.groovy
@@
-102,7
+102,7
@@
def run_robot_systest(stackName,tagName,testName,envfile=null,kubeconfig=null,cl
}
def archive_logs(stackName) {
- sh "docker service ls |grep \"${stack
n
ame}\"| awk '{print \$2}'| xargs -iy docker service logs y --timestamps > containers_logs.txt 2>&1"
+ sh "docker service ls |grep \"${stack
N
ame}\"| awk '{print \$2}'| xargs -iy docker service logs y --timestamps > containers_logs.txt 2>&1"
archiveArtifacts artifacts: 'containers_logs.txt'
}