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/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 4f20609..7718649 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -172,7 +172,8 @@
     description: |
                   Nightly Kubernetes tests on {config-pod} using {Jenkinsfile}<br /><br />
                   Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml<br />
-                  Created by Suchitra Vemuri, suchitra@opennetworking.org <br />                  Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
+                  Created by Suchitra Vemuri, suchitra@opennetworking.org <br />
+                  Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
     disabled: '{disable-job}'
 
     <<: *test-pipe-job-boiler-plate
@@ -301,7 +302,8 @@
     description: |
                   Post Tests on {config-pod} triggered by build_{config-pod}_{branch}, using {Jenkinsfile}<br /><br />
                   Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br />
-                  Created by Kailash Khalasi - kailash@opennetworking.org <br />                  Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
+                  Created by Kailash Khalasi - kailash@opennetworking.org <br />
+                  Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
 
     <<: *test-pipe-job-boiler-plate
 
@@ -781,3 +783,5 @@
             url: '{gerrit-server-url}/cord-tester'
             branches:
               - '{branch}'
+
+# [EOF]