MultiBranch Pipeline - Rebuilds doesnt have Environment variables such as GITHUB_REPO_GIT_URL
MultiBranch Pipeline - Rebuilds doesn't have Environment variables such as GITHUB_REPO_GIT_URL. It leads to NPE when I am doing groovy operations such as GITHUB_REPO_GIT_URL.replace() @KostyaSha When you get a chance please^
Could you share more details? What kind of rebuilds? Button on UI?
yes, "Button on UI" Tried redelivering the Github hook. That time, it didnot trigger a Job as it didnot detect any SHA change
yes, "Button on UI" Tried redelivering the Github hook. That time, it didn't trigger a Job as it didn't detect any SHA change
trigger internally saves state, so hook wouldn't re-trigger build.
trigger internally saves state, so hook wouldn't re-trigger build.
In that case, Can we save the Environment variables as well, so that we can rebuild using the "button on UI"
May be related to https://github.com/KostyaSha/github-integration-plugin/commit/e8d26375affdcd516b8590f377b8f214d8ba8f56