Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

main.yaml 363 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. name: Trigger Jenkins Job
  2. on:
  3. workflow_dispatch:
  4. jobs:
  5. trigger:
  6. name: Build
  7. runs-on: ubuntu-latest
  8. steps:
  9. - name: Trigger Jenkins Job
  10. uses: appleboy/jenkins-action@master
  11. with:
  12. url: ${{ secrets.URL }}
  13. user: ${{ secrets.USER }}
  14. token: ${{ secrets.TOKEN }}
  15. job: ${{ secrets.JOBS }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...