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')