-
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
[JENKINS-48250] junit step failures hidden in console output
Epic Link | New: JENKINS-35759 [ 171771 ] |
Sprint | New: Blue Ocean 1.4 - beta 4 [ 441 ] |
Assignee | New: Andrew Bayer [ abayer ] |
Sprint | Original: Blue Ocean 1.4 - beta 4 [ 441 ] | New: Blue Ocean 1.4 - beta 3 [ 416 ] |
Rank | New: Ranked lower |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Component/s | New: junit-plugin [ 15499 ] | |
Component/s | Original: blueocean-plugin [ 21481 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR #93 (Web Link)" [ 18161 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |