Accel-PPP: T3562: update to latest version

Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01

(cherry picked from commit 8fb9681c6715bb1b72b62d1daf146c032050d6b2)
This commit is contained in:
Christian Poessinger 2021-05-19 20:29:01 +02:00
parent 13a2b3e221
commit c39fc94386

View File

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