Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-61682

Allow to configure additional pipeline workflow task description

    XMLWordPrintable

Details

    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

          dawidmalina Dawid Malinowski created issue -
          dawidmalina Dawid Malinowski made changes -
          Field Original Value New Value
          Attachment Screenshot 2020-03-25 at 12.57.27.png [ 50747 ]
          dawidmalina Dawid Malinowski made changes -
          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}
          dawidmalina Dawid Malinowski made changes -
          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}
          dawidmalina Dawid Malinowski made changes -
          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}
          dawidmalina Dawid Malinowski made changes -
          Comment [ !Screenshot 2020-03-25 at 12.57.27.png! ]
          dawidmalina Dawid Malinowski made changes -
          Attachment Screenshot 2020-03-25 at 13.01.03.png [ 50748 ]
          dawidmalina Dawid Malinowski made changes -
          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!
          dawidmalina Dawid Malinowski made changes -
          Attachment Screenshot 2020-03-25 at 13.01.03.png [ 50748 ]
          dawidmalina Dawid Malinowski made changes -
          dawidmalina Dawid Malinowski made changes -
          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!
          dawidmalina Dawid Malinowski made changes -
          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!
          dawidmalina Dawid Malinowski made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          dawidmalina Dawid Malinowski made changes -
          Status In Progress [ 3 ] In Review [ 10005 ]

          People

            dawidmalina Dawid Malinowski
            dawidmalina Dawid Malinowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: