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 Mar 25, 2024
1 parent 67b54da commit 733d9d7
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion runAllBuilds.groovy → .jenkins/runAllBuilds.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log.info("jobBaseFolder=${jobBaseFolder}")

Map config = readYaml text: configYmlStr

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

log.info("config=${JsonUtils.printToJsonString(config)}")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ansible
Empty file modified refresh-submodules.sh
100644 → 100755
Empty file.
Empty file modified run-ansible-build-vm.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions sync-public-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ eval $rsync_cmd

mirrorDirList="
.github
.jenkins
docs
inspec
templates
Expand Down

0 comments on commit 733d9d7

Please sign in to comment.