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()
}
}