-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins ver. 2.73.3, Blue Ocean 1.3.2
-
-
Blue Ocean 1.4 - beta 3
See the attached screenshots, for the Jenkinsfile below.
I could have sworn this was fixed but I guess I was wrong ![]()
pipeline {
agent { docker 'maven:3-alpine' }
stages {
stage('Build') {
steps {
sh 'mvn -B -U -e clean install'
}
}
}
post {
always {
junit '**/surefire-reports/**/*.xml'
}
}
}
- relates to
-
JENKINS-53350 Pipeline graph fails to display per-step ErrorAction
-
- Open
-
- links to