commit | 5ce76d4088c8ec2bb855fb42a4b35860d116d6f1 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Feb 28 15:45:56 2020 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Mar 02 18:36:41 2020 +0000 |
tree | 1efaf2990c239694d4c4ff6dc65d8b90e3eaad0c | |
parent | b777a9669490ade92c2ea6c43e043acb67e0d4ca [diff] [blame] |
Update Jenkinsfiles to use buildNode instead of TestNodeName Change-Id: Ifd68d1f67d88ebf7190e733311bfc8f8f1a59a06
diff --git a/Jenkinsfile-rcordlite-topdown-test b/Jenkinsfile-rcordlite-topdown-test index 01bcab4..be051a0 100644 --- a/Jenkinsfile-rcordlite-topdown-test +++ b/Jenkinsfile-rcordlite-topdown-test
@@ -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") {