| I doesn't know how to reproduce the problem. I use the runner to test my shared library and one of my asset is that I have in console output:
in code I have
self.assertMessageInLog("Finished: FAILURE", output)
Now, when I run the same test 10 times, 8 times it's passed and 2 failed while the test code and shared lib not changed in SCM. Normal execution
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: [ERROR] [undefined_parameter] is not a valid method parameter
Finished: FAILURE
Problematic execution
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
|