I'm working on new feature which will allow to configure additional pipeline workflow task description similar as we had in regular pipeline view.
Syntax would looks like this: {code} node { stage('A') { task(name: 'AA', description: 'foo') { echo "Sparking the Big Bang..." } } stage('B') { task(name: 'BB', description: 'bar') { echo "Cosmic inflation begins..." } } } {code}
Visualisation will looks like this:
Task with single parameter will still be supported: {code} node { stage('A') { task('AA') { echo "Sparking the Big Bang..." } } stage('B') { task('BB') { echo "Cosmic inflation begins..." } } } {code}
I'm working on new feature which will allow to configure additional pipeline workflow task description similar as we had in regular pipeline view.
Syntax would looks like this: {code} node { stage('A') { task(name: 'AA', description: 'foo') { echo "Sparking the Big Bang..." } } stage('B') { task(name: 'BB', description: 'bar') { echo "Cosmic inflation begins..." } } } {code}
Visualisation will looks like this:
!Screenshot 2020-03-25 at 12.57.27.png|thumbnail!
Task with single parameter will still be supported: {code} node { stage('A') { task('AA') { echo "Sparking the Big Bang..." } } stage('B') { task('BB') { echo "Cosmic inflation begins..." } } } {code}
I'm working on new feature which will allow to configure additional pipeline workflow task description similar as we had in regular pipeline view.
Syntax would looks like this: {code} node { stage('A') { task(name: 'AA', description: 'foo') { echo "Sparking the Big Bang..." } } stage('B') { task(name: 'BB', description: 'bar') { echo "Cosmic inflation begins..." } } } {code}
Visualisation will looks like this: !Screenshot 2020-03-25 at 12.57.27.png|thumbnail!
Task with single parameter will still be supported: {code} node { stage('A') { task('AA') { echo "Sparking the Big Bang..." } } stage('B') { task('BB') { echo "Cosmic inflation begins..." } } } {code}
Similarly we can disable description appearance form edit view page.
!Screenshot 2020-03-25 at 13 12.0157.27.png|thumbnail! !Screenshot 2020-03-25 at 13.03.23.png|thumbnail!
I'm working on new feature which will allow to configure additional pipeline workflow task description similar as we had in regular pipeline view.
Syntax would looks like this: {code} node { stage('A') { task(name: 'AA', description: 'foo') { echo "Sparking the Big Bang..." } } stage('B') { task(name: 'BB', description: 'bar') { echo "Cosmic inflation begins..." } } } {code}
Visualisation will looks like this: !Screenshot 2020-03-25 at 12.57.27.png|thumbnail!
Task with single parameter will still be supported: {code} node { stage('A') { task('AA') { echo "Sparking the Big Bang..." } } stage('B') { task('BB') { echo "Cosmic inflation begins..." } } } {code}
Similarly we can disable description appearance form edit view page.
!Screenshot 2020-03-25 at 12.57.27.png|thumbnail! !Screenshot 2020-03-25 at 13.03.23.png|thumbnail!