fixing devnodename in Jenkinsfile for tests
Change-Id: Iab159f84e4e9afd34bf20f68107008ae985b099c
diff --git a/Jenkinsfile-ecord-global b/Jenkinsfile-ecord-global
index 312fcfb..212a73c 100644
--- a/Jenkinsfile-ecord-global
+++ b/Jenkinsfile-ecord-global
@@ -15,7 +15,7 @@
pod_config = null
deployment_config = null
-node ('master') {
+node ("${devNodeName}") {
stage ("Parse configuration file") {
sh returnStdout: true, script: 'rm -rf ${configRepoBaseDir}'
sh returnStdout: true, script: 'git clone -b ${branch} ${configRepoUrl}'