Skip to content

Commit

Permalink
Merge pull request #673 from MightyNerdEric/update-agents
Browse files Browse the repository at this point in the history
Chore: Update global-jjb and common packer
  • Loading branch information
Eric Ball authored Sep 20, 2022
2 parents 15fb863 + bd7e9f6 commit 3bf61bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global-jjb
Submodule global-jjb updated 73 files
+4 −0 .gitlint
+23 −0 docker/Dockerfile
+2 −1 jenkins-init-scripts/disable-firewall.sh
+141 −27 jenkins-init-scripts/lf-env.sh
+4 −2 jjb-compare-xml.sh
+1 −1 jjb/lf-ci-jobs.yaml
+1 −1 jjb/lf-maven-jobs.yaml
+1 −1 jjb/lf-python-jobs.yaml
+24 −0 releasenotes/notes/Fix-JAVA_HOME-directory-detection-b164f29820d36206.yaml
+5 −0 releasenotes/notes/add-venv-deps-46775189f9aa07d8.yaml
+6 −0 releasenotes/notes/fix-docs-lf-activate-env-a1e6fb274186f86d.yaml
+8 −0 releasenotes/notes/fix-install-pre-reqs-yq-e60189995577008a.yaml
+9 −0 releasenotes/notes/fix-lf-pyver-regex-ad607c8c93d11bfb.yaml
+15 −0 releasenotes/notes/fix-openstack-pre-reqs-014ed3db94365608.yaml
+14 −0 releasenotes/notes/fix-python-tools-install-5ee151d38e9eb2dd.yaml
+6 −0 releasenotes/notes/fix-url-path-indent-008b2108f8545f09.yaml
+29 −0 releasenotes/notes/refactor-lf-activate-venv-0bf51b617553ab93.yaml
+7 −0 releasenotes/notes/remove-sigul-hosts-file-7e665a543ae85ca3.yaml
+8 −0 releasenotes/notes/safer-java-variable-handling-04c92b7148ac4cac.yaml
+6 −0 releasenotes/notes/sbom-copy-m2repo-afb1452eca4efcc2.yaml
+7 −0 releasenotes/notes/sbom-global-settings-maven-1ab2832e84163567.yaml
+13 −0 releasenotes/notes/set-pyenv-python3-18154ae118e9e012.yaml
+14 −0 releasenotes/notes/sigul-sign-using-docker-fcabb59ccdf8d4d8.yaml
+19 −0 releasenotes/notes/submodule-update-9bd82d3c05ec4148.yaml
+4 −0 releasenotes/notes/update-nexus-cli-version-9bf0156cb78c5bc7.yaml
+16 −0 releasenotes/notes/upgrade-git-review-2.3.1-b3cc401a6c8ae58a.yaml
+7 −0 releasenotes/notes/upgrade-packer-1.8.2-ff647084adf72c39.yaml
+14 −0 releasenotes/notes/use-python-3.8-lftools-deploy-logs-c817c2e5538c7209.yaml
+2 −1 shell/autotools-sonarqube.sh
+6 −3 shell/check-info-votes.sh
+9 −4 shell/cmake-sonar.sh
+5 −2 shell/cmake-sonarqube.sh
+6 −3 shell/cmake-stage.sh
+2 −11 shell/common-variables.sh
+5 −0 shell/deploy-maven-file.sh
+5 −3 shell/docker-build.sh
+5 −0 shell/docker-get-container-tag.sh
+4 −2 shell/docker-login.sh
+2 −1 shell/docker-push.sh
+8 −3 shell/gerrit-branch-lock.sh
+4 −1 shell/gerrit-push-patch.sh
+4 −0 shell/jenkins-configure-clouds.sh
+5 −0 shell/jenkins-configure-global-vars.sh
+2 −2 shell/jenkins-sandbox-cleanup.sh
+13 −0 shell/jenkins-verify-images.sh
+1 −1 shell/jjb-deploy-job.sh
+9 −0 shell/jjb-verify-build-nodes.sh
+1 −1 shell/jjb-verify-job.sh
+3 −3 shell/job-cost.sh
+1 −2 shell/logs-deploy.sh
+5 −0 shell/maven-central.sh
+3 −2 shell/maven-deploy.sh
+5 −0 shell/maven-javadoc-publish.sh
+1 −1 shell/maven-sonar.sh
+5 −0 shell/maven-stage.sh
+14 −0 shell/openstack-cleanup-old-images.sh
+9 −0 shell/openstack-cleanup-orphaned-k8s-clusters.sh
+7 −0 shell/openstack-cleanup-orphaned-ports.sh
+11 −0 shell/openstack-cleanup-orphaned-servers.sh
+12 −0 shell/openstack-cleanup-orphaned-stacks.sh
+11 −0 shell/openstack-cleanup-orphaned-volumes.sh
+11 −0 shell/openstack-kubernetes-create.sh
+8 −0 shell/openstack-protect-in-use-images.sh
+8 −0 shell/openstack-stack-copy-ssh-keys.sh
+11 −0 shell/openstack-stack-create.sh
+4 −2 shell/openstack-stack-delete.sh
+23 −4 shell/python-tools-install.sh
+5 −0 shell/rtdv3.sh
+4 −2 shell/sbom-generator.sh
+0 −10 shell/sigul-install.sh
+43 −1 shell/sigul-sign-dir.sh
+38 −0 shell/sigul-sign.sh
+34 −25 shell/update-java-alternatives.sh

0 comments on commit 3bf61bb

Please sign in to comment.