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:
2ad6432
)
Fixed error in ci_stage_3.groovy file
26/11126/1
author
aguilard
<e.dah.tid@telefonica.com>
Mon, 30 Aug 2021 08:16:31 +0000
(10:16 +0200)
committer
aguilard
<e.dah.tid@telefonica.com>
Mon, 30 Aug 2021 08:16:31 +0000
(10:16 +0200)
There was a typo in threshold variables.
Change-Id: Ib4cf608e0694e89f015212c6a011d4faa001d88c
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
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
8804cee
..
967bd5d
100644
(file)
--- a/
jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/
jenkins/ci-pipelines/ci_stage_3.groovy
@@
-69,8
+69,8
@@
void run_robot_systest(String tagName,
String hostfile=null,
String jujuPassword=null,
String osmRSAfile=null,
- String pass
Threshold
='0.0',
- String unstable
Threshold
='0.0') {
+ String pass
_th
='0.0',
+ String unstable
_th
='0.0') {
tempdir = sh(returnStdout: true, script: 'mktemp -d').trim()
if ( !envfile ) {
sh(script: "touch ${tempdir}/env")