0 votes
in Jenkins by
What are the ways to trigger a Jenkins Job/Pipeline?

1 Answer

0 votes
by

There are many ways we can trigger a job in Jenkins. Some of the common ways are as below –

  • Trigger an API (POST) request to the target job URL with the required data.
  • Trigger it manually from the Jenkins web application.
  • Trigger it using Jenkins CLI from the master/slave nodes.
  • Time-based Scheduled Triggers like a cron job.
  • Event-based Triggers like SCM Actions (Git Commit, Pull Requests), WebHooks, etc.
  • Upstream/Downstream triggers by other Jenkins jobs.

Related questions

0 votes
0 votes
asked Aug 23, 2021 in DevOps by sharadyadav1986
0 votes
asked Jan 17, 2020 in Jenkins by GeorgeBell
...