jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
410 stars 162 forks source link

Update SCM URL #329

Closed darinpope closed 1 week ago

darinpope commented 1 week ago

As noted in https://www.jenkins.io/doc/developer/tutorial-improve/update-scm-url/:

"GitHub has deprecated one of the unauthenticated access protocols (git:// protocol). The pom.xml section that defines the scm for the plugin should refer to the repository with the https:// protocol instead of the git:// protocol."

Testing done

Ran mvn clean verify successfully.

Submitter checklist