Update Jenkinsfiles to use buildNode instead of TestNodeName
Change-Id: Ifd68d1f67d88ebf7190e733311bfc8f8f1a59a06
diff --git a/Jenkinsfile-rcordlite-control-plane b/Jenkinsfile-rcordlite-control-plane
index 52f1226..efa5fd5 100644
--- a/Jenkinsfile-rcordlite-control-plane
+++ b/Jenkinsfile-rcordlite-control-plane
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-node ("${TestNodeName}") {
+node ("${buildNode}") {
timeout (time: 240) {
stage ("Parse deployment configuration file") {
sh returnStdout: true, script: 'rm -rf ${configRepoBaseDir}'