commit | af679da06c7f51adfeadd174e1ba7ee9ae2f56fc | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Tue Jan 31 14:22:41 2023 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Tue Jan 31 14:22:55 2023 -0500 |
tree | c6588a89a9a10897f9dc11d28a2ce59be5caf5fb | |
parent | 41923cc6a9bc53a46e87736d4e51ab7afae0d5ca [diff] |
VOL-4925 - Build and release components. *.groovy *.yaml -------- o Cosmetic edits to force a jenkins job, simple submission of one script not triggering deployment. o Add copyright header in groovy scripts where needed. o Added trailing comment "// [EOF]" in yaml files. Change-Id: I978fbd3030c701f8ddc77e5b9140378b9bda909b
diff --git a/jjb/templates/helm-lint.yaml b/jjb/templates/helm-lint.yaml index 215c790..e0ba8e8 100644 --- a/jjb/templates/helm-lint.yaml +++ b/jjb/templates/helm-lint.yaml
@@ -47,3 +47,5 @@ builders: - shell: !include-raw-escape: jjb/shell/helm-lint.sh + +# [EOF]
diff --git a/jjb/templates/publish-helm-repo.yaml b/jjb/templates/publish-helm-repo.yaml index 226a0d3..10d7106 100644 --- a/jjb/templates/publish-helm-repo.yaml +++ b/jjb/templates/publish-helm-repo.yaml
@@ -47,3 +47,5 @@ builders: - shell: !include-raw-escape: jjb/shell/publish-helm-repo.sh + +# [EOF]
diff --git a/jjb/templates/sync-dir.yaml b/jjb/templates/sync-dir.yaml index 699d0c1..03030a6 100644 --- a/jjb/templates/sync-dir.yaml +++ b/jjb/templates/sync-dir.yaml
@@ -71,3 +71,5 @@ builders: - shell: !include-raw-escape: jjb/shell/sync-dir.sh + +# [EOF]
diff --git a/jjb/templates/versioning.yaml b/jjb/templates/versioning.yaml index 82cfa20..9ccd7cd 100644 --- a/jjb/templates/versioning.yaml +++ b/jjb/templates/versioning.yaml
@@ -175,3 +175,5 @@ builders: - shell: !include-raw-escape: jjb/shell/version-tag.sh + +# [EOF]