Jenkins url 触发构建器

如果未装插件情况下 访问url会跳转到登录页面。

1、安装 

Build Authorization Token Root

2、访问demo

Examples

Trigger the RevolutionTest job with the token TacoTuesday:

buildByToken/build?job=RevolutionTest&token=TacoTuesday

Trigger the RevolutionTest job with the token TacoTuesday and parameter Type supplied with the value Mexican:

buildByToken/buildWithParameters?job=RevolutionTest&token=TacoTuesday&Type=Mexican


插件url:https://plugins.jenkins.io/build-token-root/

原文地址:https://www.cnblogs.com/xybs/p/12681165.html