Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: blueocean-plugin
-
Labels:
-
Environment:1.2.0
· Core 2.60.3
· 4d42c87
· (no branch)
· 22nd August 2017 11:28 PM
-
Similar Issues:
-
Epic Link:
-
Sprint:Blue Ocean 1.3
Description
tldr: Blue ocean should use the displayName if one is there, instead of build number (like the classic screen shot). The URIs are unchanged, just what is displayed in the column.
------ original: ------
-- claims that currentBuild.displayName is honored in blue ocean as of now, but it is not consistent. The following script:JENKINS-39850
node { stage('start') { currentBuild.displayName = "foo.$BUILD_NUMBER" currentBuild.description = "foo.$BUILD_NUMBER - desc" echo 'Hello World' } }
Produces the attached screenshots on our system.
Expected Behavior:
The activity screen should show displayName in the RUN column. shows screenshots that show that to be the case.JENKINS-39850
Attachments
Issue Links
- is related to
-
JENKINS-44869 Activity tabs Run id column should expand to fit value
-
- Open
-
- mentioned in
-
Page Loading...
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{code:java} node { stage('start') { currentBuild.displayName = "foo.$BUILD_NUMBER" currentBuild.description = "foo.$BUILD_NUMBER - desc" echo 'Hello World' } } {code} Produces the attached screenshots on our system. |
- {code:java} node { stage('start') { currentBuild.displayName = "foo.$BUILD_NUMBER" currentBuild.description = "foo.$BUILD_NUMBER - desc" echo 'Hello World' } } {code} Produces the attached screenshots on our system. *Expected Behavior:* The *activity* screen should show *displayName* in the *RUN* column. |
Summary | blue ocean currentBuild.displayName feature is incomplete | blue ocean currentBuild.displayName should show in RUN column in place of number |
Epic Link | JENKINS-35761 [ 171656 ] |
Description |
- {code:java} node { stage('start') { currentBuild.displayName = "foo.$BUILD_NUMBER" currentBuild.description = "foo.$BUILD_NUMBER - desc" echo 'Hello World' } } {code} Produces the attached screenshots on our system. *Expected Behavior:* The *activity* screen should show *displayName* in the *RUN* column. |
tldr: Blue ocean should use the displayName if one is there, instead of build number (like the classic screen shot). The URIs are unchanged, just what is displayed in the column. ------ original: ------ -- {code:java} node { stage('start') { currentBuild.displayName = "foo.$BUILD_NUMBER" currentBuild.description = "foo.$BUILD_NUMBER - desc" echo 'Hello World' } } {code} Produces the attached screenshots on our system. *Expected Behavior:* The *activity* screen should show *displayName* in the *RUN* column. - |
Sprint | Blue Ocean 1.3 - beta 1 [ 386 ] |
Assignee | Nicolae Pascu [ nicu ] |
Rank | Ranked higher |
Priority | Minor [ 4 ] | Major [ 3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Rank | Ranked higher |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Closed [ 6 ] |
Remote Link | This issue links to "Page (Jenkins Wiki)" [ 17969 ] |
Link | This issue is related to JENKINS-44869 [ JENKINS-44869 ] |