Skip to content

Commit

Permalink
group updates to public branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lj020326 committed Nov 14, 2024
1 parent 5eb6143 commit 877619c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .jenkins/runAllBuilds.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Logger log = new Logger(this)
String jobBaseFolder = "${JOB_NAME.substring(0, JOB_NAME.lastIndexOf("/"))}"
log.info("jobBaseFolder=${jobBaseFolder}")

Map config = readYaml text: configYmlStr
// Map config = readYaml text: configYmlStr
Map config = [:]

log.info("JENKINS_ENV=${JENKINS_ENV}")

config.configFile = ".jenkins/vm-templates.${JENKINS_ENV}.yml"
config.jobBaseFolder = jobBaseFolder
Expand Down

0 comments on commit 877619c

Please sign in to comment.