jaisonpjohn
jaisonpjohn
yes, "Button on UI" Tried redelivering the Github hook. That time, it didnot trigger a Job as it didnot detect any SHA change
> 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...
@KostyaSha Do we have a resolution on this one. I am facing the same problem, I need to checkout github repo in a multi-branch pipeline. If I am using AsIs...
@KostyaSha Yes I do. Using it in "production". It almost works. I had to do some work arounds though. Trust me, this is the best plugin by far.
@KostyaSha Sorry for the late reply. Yes, As you suggested, I am using Git CLI to do SCM checkout boilerplate here is my complete pipeline ?(omitted unnecessary details) ``` #!/usr/bin/env...