HowTo set pipeline step description

89 views
Skip to first unread message

Gil Shinar

unread,
Dec 4, 2017, 12:56:10 PM12/4/17
to Jenkins Users
I have seen the following ticket [1] and all of it's duplicate tickets but haven't found any documentation on how to actually add the description to a pipeline step so it'll show what really happened and not just "shell script".

Victor Martinez

unread,
Dec 4, 2017, 2:09:34 PM12/4/17
to Jenkins Users
As far as I know you don't need to do anything since the pipeline does it automatically:

For instance, the below pipeline will be shown as the attached screenshot

node('docker') {
    sh 'docker --version'
    sh 'docker info'
}











Is that what you meant? 

Cheers 

Gil Shinar

unread,
Dec 10, 2017, 1:23:53 PM12/10/17
to Jenkins Users
Yes, that is what I meant but I do not see that like that.

Victor Martinez

unread,
Dec 10, 2017, 5:23:27 PM12/10/17
to Jenkins Users
My current setup is:
- Jenkins core 2.73
- Blueocean 1.3.3
- JDK 1.8.0_131

See the whole plugins setups in this gist: https://gist.github.com/anonymous/a6785cf2182d4e4b35f0bfb426d0f69b

Can you confirm whether you are using the same or superior versions?

Cheers

Gil Shinar

unread,
Dec 12, 2017, 10:22:56 AM12/12/17
to Jenkins Users
It'll a problem for me in the near future as I'll not work for this customer in the next few weeks. 
Anyhow, next time, when I'll be there, I'll compare the plugins versions.
Before I left, I have updated all the relevant plugins to their latest versions and also upgraded the Jenkins to its latest LTS.

Thanks for that!

Viacheslav Dubrovskyi

unread,
Dec 28, 2017, 9:17:48 AM12/28/17
to jenkins...@googlegroups.com

Hi

Is it possible to disable this feature?


04.12.2017 21:09, Victor Martinez пишет:
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f2bd4fda-c68e-4ebc-8ba6-cfed991f7b88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
WBD,
Viacheslav Dubrovskyi

Rauha Rahkola

unread,
Jan 3, 2018, 3:48:08 PM1/3/18
to Jenkins Users
+1 for Slava Dubrovskiy's question: 'Is it possible to disable this feature?'

Especially when referencing ENV variables which should be masked, this is problematic in the UI for exposing the values of those variables.
Reply all
Reply to author
Forward
0 new messages