Skip to content
Snippets Groups Projects
Commit a72091f2 authored by aguilard's avatar aguilard
Browse files

Fixed error in ci_stage_3.groovy file


There was a typo in threshold variables.

Change-Id: Ib4cf608e0694e89f015212c6a011d4faa001d88c
Signed-off-by: default avataraguilard <e.dah.tid@telefonica.com>
parent 2ad64322
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ void run_robot_systest(String tagName,
String hostfile=null,
String jujuPassword=null,
String osmRSAfile=null,
String passThreshold='0.0',
String unstableThreshold='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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment