Update Jenkinsfiles to use buildNode instead of TestNodeName
Change-Id: Ifd68d1f67d88ebf7190e733311bfc8f8f1a59a06
diff --git a/Jenkinsfile-attworkflow-build b/Jenkinsfile-attworkflow-build
index e74f113..13c3b2f 100644
--- a/Jenkinsfile-attworkflow-build
+++ b/Jenkinsfile-attworkflow-build
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-node ("${TestNodeName}") {
+node ("${buildNode}") {
timeout (100) {
try {
stage ("Parse deployment configuration file") {