fabric-tna: fix onf registry credentials
Change-Id: I40e3f54724c9942296e5c3c19dfc1c9b47a24f3c
diff --git a/jjb/pipeline/fabric-tna-hardware.groovy b/jjb/pipeline/fabric-tna-hardware.groovy
index 059687c..96c063e 100644
--- a/jjb/pipeline/fabric-tna-hardware.groovy
+++ b/jjb/pipeline/fabric-tna-hardware.groovy
@@ -35,7 +35,7 @@
options { retry(3) }
steps {
script {
- withDockerRegistry([url: "https://registry.opennetworking.org", credentialsId: "onf-registry-credentials"]) {
+ withDockerRegistry([url: "https://registry.opennetworking.org", credentialsId: "onf-internal-registry"]) {
sh returnStdout: false, label: "Build fabric-tna and run linerate tests", script: """
PROFILE=${params.PROFILE} SWITCH_ADDR=${SWITCH_ADDR} bash .jenkins/linerate.sh
"""