Details
-
New Feature
-
Status: In Review (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
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:
node { stage('A') { task(name: 'AA', description: 'foo') { echo "Sparking the Big Bang..." } } stage('B') { task(name: 'BB', description: 'bar') { echo "Cosmic inflation begins..." } } }
Visualisation will looks like this:
Task with single parameter will still be supported:
node { stage('A') { task('AA') { echo "Sparking the Big Bang..." } } stage('B') { task('BB') { echo "Cosmic inflation begins..." } } }
Similarly we can disable description appearance form edit view page.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Screenshot 2020-03-25 at 12.57.27.png [ 50747 ] |
Description |
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} |
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} 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} |
Description |
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} 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: 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} |
Description |
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} |
Comment | [ !Screenshot 2020-03-25 at 12.57.27.png! ] |
Attachment | Screenshot 2020-03-25 at 13.01.03.png [ 50748 ] |
Description |
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.01.03.png|thumbnail! |
Attachment | Screenshot 2020-03-25 at 13.01.03.png [ 50748 ] |
Attachment | Screenshot 2020-03-25 at 13.03.23.png [ 50749 ] |
Description |
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.01.03.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! |
Description |
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! |
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.03.23.png|thumbnail! |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
https://github.com/Diabol/delivery-pipeline-plugin/pull/312