Reputation: 73
I have a local instance of Jenkins.
What i need isto launch a jenkins pipeline triggered by a local commit or push on a gitlab instance. For several reasons of testing, i need to keep all in localhost. So, what i'm struggling with is:
It's possible to install a local instance of gitlab on windows 10 (I've heard about gitlab runner, could it be suitable for sending webhooks?)?
How to set the webhooks from gitlab to my localhost jenkins? Thanks anyone
Upvotes: 0
Views: 623
Reputation: 972
Following might help you.
You need to integrate the Jenkins Job with the Gitlab Instance.
Then you need to provide details
Once you do this each you do the trigger action in the gitlab the pipeline will be triggered.
Upvotes: 1