Loading jenkins/ci-pipelines/ci_stage_3.groovy +4 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,9 @@ void run_robot_systest(String tagName, sh("cp ${tempdir}/*.html .") outputDirectory = sh(returnStdout: true, script: 'pwd').trim() println("Present Directory is : ${outputDirectory}") sh("tree ${outputDirectory}") println("passThreshold: ${passThreshold}") println("unstableThreshold: ${unstableThreshold}") step([ $class : 'RobotPublisher', outputPath : "${outputDirectory}", Loading @@ -128,6 +131,7 @@ void run_robot_systest(String tagName, unstableThreshold: unstableThreshold, otherFiles : '*.png', ]) println("Robot reports were correctly published by RobotPublisher") } } Loading jenkins/ci-pipelines/ci_stage_1.groovy +3 −3 File changed.Contains only whitespace changes. Show changes Loading
jenkins/ci-pipelines/ci_stage_3.groovy +4 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,9 @@ void run_robot_systest(String tagName, sh("cp ${tempdir}/*.html .") outputDirectory = sh(returnStdout: true, script: 'pwd').trim() println("Present Directory is : ${outputDirectory}") sh("tree ${outputDirectory}") println("passThreshold: ${passThreshold}") println("unstableThreshold: ${unstableThreshold}") step([ $class : 'RobotPublisher', outputPath : "${outputDirectory}", Loading @@ -128,6 +131,7 @@ void run_robot_systest(String tagName, unstableThreshold: unstableThreshold, otherFiles : '*.png', ]) println("Robot reports were correctly published by RobotPublisher") } } Loading
jenkins/ci-pipelines/ci_stage_1.groovy +3 −3 File changed.Contains only whitespace changes. Show changes