-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
All latest version as of writing. Controller runs on truenas scale.
I uploaded the log that shows that I configured the github app as mentioned in the docs but the declarative checkout doesn't work, all other features work. I got it working by manually configuring GitSCM but it's a bad experience after doing so much setup work for the Github app.
How I fixed it:
options
stages {
stage('Checkout') {
steps
}