Skip to content

temp repo for improving my jenkins- and github- fu

License

Notifications You must be signed in to change notification settings

bdsinger/testrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

testrepo

For improving my jenkins and github fu. That might change depending on how it is repurposed.

Nothing to see here if you aren't me!

Some things learned about github push webhooks

  • Push webhooks received from github during pull request (PR) process:
    • When user-patch-num branch is created when starting PR

      • On github when editing this README.md, for instance:
        • The webhook is triggered when Propose file change button is pushed
        • Not when Create pull request button is pushed
      • To skip building, filter using Branch specifier in Jenkins configuration
    • When PR is merged, for the branch being updated

      • This is a relief. Do not have to inspect PR trigger payload, or know it was a PR at all.
    • Fires for a git push by definition.

About

temp repo for improving my jenkins- and github- fu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages