Techradar
Techradar

Reputation: 4124

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

Upvotes: 3

Views: 2752

Answers (1)

Techradar
Techradar

Reputation: 4124

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.

Upvotes: 4

Related Questions