Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Changelog shows "No Changes" in Pipeline #126

Open bicschneider opened 6 years ago

bicschneider commented 6 years ago
println "test-01-change-Jenkinsfile_README.dk-ff"
def triggerBranchPattern = '*/readyPipeScriptedSCM/*'
def integrationBranch = 'masterPipeScriptedSCM'
node {
  stage ('Checkout'){
  checkout scm // just reference SCM in the job executing the Pipeline script.
    pretestedIntegrationPublisher()
  }
}

image

image