Lab - Jenkins Pipeline Q8

Configured the git webhook and integrated the same within Jenkins? failed did all the necessary steps

Hi @shashwatshah101293 ,
Can you please provide the error you have. You can see it on the build log

the build was successful in question the task was not completed and i tried multiple times still same issue

Hi @shashwatshah101293 ,

Just testing and it’s work fine,

Please make sure that all requirements are done specially :

  • Install the Gitea plugin

  • Configure it on Jenkins pipeline
    also

  • Add the correct URL on Webhook

Normally, you have an automatic build, if it’s not launched it means the webhook is not correct, you can test the connectivity on webhook on Gitea at the button :

Regard

did the test also it is also working fine but in question the task is not completed

Hi @shashwatshah101293
Can you please show us the configuration you did on Jenkins side, also which validation failed?

Regard

Configured the git webhook and integrated the same within Jenkins? this validation failed

hi, any update with the query?? can you please check n let me know what’s wrong

Hi @shashwatshah101293
You need to add the gitea link on the pipeline.

I recommend you to go through the below course to learn more on Jenkins

did that already still the problem is not solved check screen shots



Hi @shashwatshah101293,

Based on your screenshot, the credential is missing on the repository configuration

Regard

did that too still not working and if that was the case it should not work in previous questions also anyway adding credentials also did not solved the problem

Hi @shashwatshah101293 ,

See below a screencast on our to achieve this task. He suppose that you already validate previous question

Regard