The GitHub hook trigger for GITScm polling is not available when configuring a Jenkins multibranch pipeline

Viewed 16

I'm trying to set the Scan Pipeline Multibranches Triggers to GitHub hook trigger for GITScm polling but that option is not available. The only option available is Periodically if not otherwise run.

enter image description here

I'm using the jenkins/jenkins:latest-jdk11 docker image. The GitHub plugin is installed.

enter image description here

Is there anything I'm missing?

What can I do to enable the GitHub hook trigger for GITScm polling option?

0 Answers
Related