@@ -28,7 +28,7 @@ pipeline {
}
failure {
echo 'I failed :((('
- echo "${BUILD_URL}/consoleText"
+ sh 'curl "${BUILD_URL}/consoleText" > /tmp/test.txt'
changed {
echo 'things were different before...'