[Pipeline] unstash[Pipeline] load (../../../scriptler/scripts/package-information.groovy)[Pipeline] load {[Pipeline] } //loadAborted by anonymousAborted by anonymousAborted by anonymousAborted by anonymousClick here to forcibly terminate running stepsClick here to forcibly terminate running stepsClick here to forcibly terminate running stepsClick here to forcibly terminate running steps
node('master') { stage 'Checkout' checkout([$class: 'GitSCM', branches: [[name: '${BUILD_BRANCH}']], browser: [$class: 'GitWeb', repoUrl: 'http://git.company.com/gitweb/?p=domain/projectA.git'], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], submoduleCfg: [], userRemoteConfigs: [[url: 'ssh://g...@git.company.com/domain/projectA.git']]])
stage 'Init'
def packageInformation = load '../../../scriptler/scripts/package-information.groovy'
def packages = packageInformation.getPackages() println "Packages " + packages
def buildRequirements = packageInformation.getBuildRequirements() println "buildRequirements " + buildRequirements
stage 'Prebuild' println "Prebuild stage"}import java.lang.StringBuilder
def projectName = ""def packages = new StringBuilder()
def getProjectName() { projectName}
def getPacakges() {
packages
}
return this;--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e296a9fd-f0bb-4985-99b8-6e556cf42c36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/81357d27-4f69-40f8-98e6-9e0cdc30dcdf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/81357d27-4f69-40f8-98e6-9e0cdc30dcdf%40googlegroups.com.