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/repos/helm-charts.yaml b/jjb/repos/helm-charts.yaml
index 9c3810c..fdeaa62 100644
--- a/jjb/repos/helm-charts.yaml
+++ b/jjb/repos/helm-charts.yaml
@@ -17,3 +17,5 @@
branch-regexp: '{modern-branches-regexp}'
- 'version-tag'
- 'publish-helm-repo'
+
+# [EOF]
diff --git a/jjb/repos/helm-repo-tools.yaml b/jjb/repos/helm-repo-tools.yaml
index 213d447..48303bd 100644
--- a/jjb/repos/helm-repo-tools.yaml
+++ b/jjb/repos/helm-repo-tools.yaml
@@ -15,3 +15,5 @@
- 'verify-licensed'
- 'verify-shellcheck':
dependency-jobs: 'verify_helm-repo-tools_licensed'
+
+# [EOF]
diff --git a/jjb/repos/versioning.yaml b/jjb/repos/versioning.yaml
index e74de49..a27f0ad 100644
--- a/jjb/repos/versioning.yaml
+++ b/jjb/repos/versioning.yaml
@@ -14,3 +14,5 @@
jobs:
- 'version-tag'
+
+# [EOF]
diff --git a/jjb/repos/voltha-docs.yaml b/jjb/repos/voltha-docs.yaml
index 5e6d903..bb07db1 100644
--- a/jjb/repos/voltha-docs.yaml
+++ b/jjb/repos/voltha-docs.yaml
@@ -32,3 +32,5 @@
sync-target-server: 'static.opennetworking.org'
sync-target-path: '/srv/sites/docs.voltha.org/'
build-timeout: 60
+
+# [EOF]
diff --git a/jjb/repos/voltha-helm-charts.yaml b/jjb/repos/voltha-helm-charts.yaml
index 6dcbe97..2e5b34c 100644
--- a/jjb/repos/voltha-helm-charts.yaml
+++ b/jjb/repos/voltha-helm-charts.yaml
@@ -46,3 +46,5 @@
name: 'verify-voltha-helm-charts-jobs-master'
jobs:
- 'voltha-patch-test'
+
+# [EOF]