Merge pull request #205 from DmitriyEshenko/patch-5

Accel-PPP: T4015: update version which include threading fix
This commit is contained in:
Christian Poessinger 2021-11-24 08:45:35 +01:00 committed by GitHub
commit 9b67b1c5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ pipeline {
checkout([$class: 'GitSCM',
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanCheckout']],
branches: [[name: '7f90e753fcc63b658' ]],
branches: [[name: '51bd8165bb335a' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://github.com/accel-ppp/accel-ppp.git']]])
}
}