From e9ff70b94667a97fedb23e0e3eb74fe064b969c4 Mon Sep 17 00:00:00 2001 From: AionJayT Date: Mon, 6 Apr 2020 13:16:12 -0400 Subject: [PATCH] Update node_test_harness revision for support kernel v1.5 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1833d54bf4..f1f77bcdc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { steps { timeout(20) { dir('FunctionalTests') { - checkout scm: [$class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/aionnetwork/node_test_harness.git']], branches: [[name: 'a3248ba']]], poll: false + checkout scm: [$class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/aionnetwork/node_test_harness.git']], branches: [[name: '70c4712']]], poll: false } sh('cp pack/oan.tar.bz2 FunctionalTests/Tests')