新的CI/CD集成。我想在CI/CD管道中已配置的Jenkins作业(“示例Jenkins作业”)完成后触发Git操作。我不想从jenkins脚本本身触发操作。
我看过Github Actions - trigger another action after one action is completed,但我的问题不同,因为我希望只在成功完成Jenkins Job后触发操作,而不是另一个Git Action。
有没有这样做的例子呢?
x1c 0d1x的数据
新的CI/CD集成。我想在CI/CD管道中已配置的Jenkins作业(“示例Jenkins作业”)完成后触发Git操作。我不想从jenkins脚本本身触发操作。
我看过Github Actions - trigger another action after one action is completed,但我的问题不同,因为我希望只在成功完成Jenkins Job后触发操作,而不是另一个Git Action。
有没有这样做的例子呢?
x1c 0d1x的数据
1条答案
按热度按时间1tuwyuhd1#
您可以从jenkins发送HTTP请求来触发github action -https://dev.to/rikurouvila/how-to-trigger-a-github-action-with-an-htt-request-545