Commit dffe67f1 authored by garciadeblas's avatar garciadeblas
Browse files

Add extra messages to stage3 jenkins file



Change-Id: Ic87679ef5860cf5ca6e66413b5785c01535a8e1a
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 82981165
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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}",
@@ -128,6 +131,7 @@ void run_robot_systest(String tagName,
            unstableThreshold: unstableThreshold,
            otherFiles : '*.png',
        ])
        println("Robot reports were correctly published by RobotPublisher")
    }
}

+3 −3

File changed.

Contains only whitespace changes.