Skip to content

Commit

Permalink
trigger jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsingh101 committed Mar 8, 2024
1 parent f80ea0f commit a66906e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/trigger-jenkins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: push

jobs:
launch_jenkins_job:
name: trigger jenkins job
runs-on: ubuntu-latest
steps:
-
name: Trigger Jenkins Job
uses: sbitio/trigger-jenkins-job@jenkins
# with:
# JENKINS_USER: ${{ secrets.JENKINS_USER }}
# JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}
# JENKINS_HOST: ${{ secrets.JENKINS_HOST }}
# JENKINS_JOB: ${{ secrets.JENKINS_JOB }}

0 comments on commit a66906e

Please sign in to comment.