[JIRA] (JENKINS-61682) Allow to configure additional pipeline workflow task description

0 views
Skip to first unread message

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 7:57:02 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski created an issue
 
Jenkins / New Feature JENKINS-61682
Allow to configure additional pipeline workflow task description
Issue Type: New Feature New Feature
Assignee: Dawid Malinowski
Components: delivery-pipeline-plugin
Created: 2020-03-25 11:56
Priority: Minor Minor
Reporter: Dawid Malinowski

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..."
       }
   }
}
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 7:58:02 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
Change By: Dawid Malinowski
Attachment: Screenshot 2020-03-25 at 12.57.27.png

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 7:58:04 AM3/25/20
to jenkinsc...@googlegroups.com

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:00:03 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
Change By: Dawid Malinowski
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}

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:01:02 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
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}

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:01:04 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
Change By: Dawid Malinowski
Comment: !Screenshot 2020-03-25 at 12.57.27.png!

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:01:04 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
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}

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:03:02 AM3/25/20
to jenkinsc...@googlegroups.com


Similarly we can disable description appearance form edit view page.
!Screenshot 2020-03-25 at 13.01.03.png|thumbnail!

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:03:02 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
Change By: Dawid Malinowski
Attachment: Screenshot 2020-03-25 at 13.01.03.png

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:04:02 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
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 . 01 57 . 27.png|thumbnail!  !Screenshot 2020- 03 -25 at 13 . 03.23. png|thumbnail!

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:04:03 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
Change By: Dawid Malinowski
Attachment: Screenshot 2020-03-25 at 13.01.03.png

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:04:03 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
Change By: Dawid Malinowski
Attachment: Screenshot 2020-03-25 at 13.03.23.png

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:05:04 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski updated an issue
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!

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:47:03 AM3/25/20
to jenkinsc...@googlegroups.com
Dawid Malinowski started work on New Feature JENKINS-61682
 
Change By: Dawid Malinowski
Status: Open In Progress

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:51:02 AM3/25/20
to jenkinsc...@googlegroups.com

dawidmalina@gmail.com (JIRA)

unread,
Mar 25, 2020, 8:51:03 AM3/25/20
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages