commit | 0d0f290c70c3e84e5dbbff73b57261bf3fed3b63 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jul 15 16:16:33 2021 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jul 15 16:16:33 2021 -0700 |
tree | 9114a59682f7eb7211a4ec627dacea27d85f8dfd | |
parent | 7b64b6d2ba3ddc90bb30c8317de7b27f536a2d05 [diff] |
Importing keywords in voltha-dt-physical-functional-tests.groovy pipeline Change-Id: I96b5f1cffa5d9f2df23922b5b73785e2357a1e3c
diff --git a/jjb/pipeline/voltha/master/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha/master/voltha-dt-physical-functional-tests.groovy index cd94753..12065b9 100644 --- a/jjb/pipeline/voltha/master/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha/master/voltha-dt-physical-functional-tests.groovy
@@ -12,6 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +library identifier: 'cord-jenkins-libraries@master', + retriever: modernSCM([ + $class: 'GitSCMSource', + remote: 'https://gerrit.opencord.org/ci-management.git' +]) + node { // Need this so that deployment_config has global scope when it's read later deployment_config = null
diff --git a/jjb/pipeline/voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy index b39b110..8ea336e 100644 --- a/jjb/pipeline/voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy
@@ -12,6 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +library identifier: 'cord-jenkins-libraries@master', + retriever: modernSCM([ + $class: 'GitSCMSource', + remote: 'https://gerrit.opencord.org/ci-management.git' +]) + node { // Need this so that deployment_config has global scope when it's read later deployment_config = null