I am trying to automatically kick off a jenkins build through my node lambda. I have achieved this but now I'm getting stuck where one stage in my pipeline requires user input. is there a way to do this automatically?
I had a look at buildWithParameters
but that doesn't seem to have worked.
any one ran into this issue before?