Skip to content

Instantly share code, notes, and snippets.

@res0nance
Created May 27, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save res0nance/43f10db313d0f7e5a2237c9e459b8298 to your computer and use it in GitHub Desktop.
Save res0nance/43f10db313d0f7e5a2237c9e459b8298 to your computer and use it in GitHub Desktop.
1) Fresh clone git-plugin
2) mvn hpi:run
3) Install github-branch-source
4) I added my github-app to prevent api rate limiting issues
5) Added a github organization(Myself) filtered down to just 1 repo https://github.com/res0nance/git-lfs-test
6) Branch indexing will trigger a build let that finish
7) Replay that build with:
def gitOptions = scm.extensions + []
node {
checkout scm
}
8) It should cause the build to fail for almost no reason, the exception trace will be printed in your console window and maybe the build log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment