Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins missing Build Trigger section after upgrade

I've upgraded Jenkins version (now on 2.127) and plugins and now the UI of job configuration is different and I am missing the build triggers section, especially the Trigger Builds Remotely via authentication token. Where is it? Do I need to enable it explicitly? The changelog unfortunately does not mention anything about that and I even can't schedule builds periodically.

Navigation Bar of Job Configuration in Jenkins missing the Build Triggers section

like image 536
Techradar Avatar asked Feb 21 '26 19:02

Techradar


1 Answers

Finally found out: It seems that since the update, the Multibranch Pipeline does no longer have this section. So either choose Pipeline or set it in the Jenkinsfile via: https://github.com/jenkins-infra/jenkins.io/blob/c0828af5b8bd428815e23537c808cd0267017013/Jenkinsfile#L6

The webhook works without a token with the Generic Webhook Plugin.

like image 108
Techradar Avatar answered Feb 27 '26 08:02

Techradar