Add support to Pipeline projects

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      When pipeline project have that configuration (pipeline script)

      pipeline script
      properties([
          [$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false], 
          parameters([
              [$class: 'GitParameterDefinition', 
                       branch: '', 
                       branchFilter: '.*', 
                       defaultValue: '', 
                       description: 'description', 
                       name: 'BRANCH_PARAM',
                       quickFilterEnabled: false, 
                       selectedValue: 'NONE', sortMode: 'NONE',tagFilter: '*', type: 'PT_BRANCH']
          ]),
          pipelineTriggers([])
      ])
      
      node('master') {
          // some block
          stage('get GIT Learn') {
              git url: 'https://github.com/klimas7/Learn.git', branch: params.BRANCH_PARAM
          }
          stage('get GIT Learn Spring') {
              git url: 'https://github.com/klimas7/LearnSpring.git'
          }
      }
      

      Plugin doesn't work correctly

            Assignee:
            Boguslaw Klimas
            Reporter:
            Boguslaw Klimas
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: