I am using dockerhub-notification-plugin version 2.4.0.

      I would like to be able to configure docker registry notifications for my declarative pipeline. i.e.

       

      pipeline {
        triggers {
          dockerHub()
        }
      }
      

      based on this similar commit in a different plugin, it seems simple?
      https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524

          [JENKINS-57682] Support for declarative trigger

          Mike created issue -
          Mike made changes -
          Description Original: I am using dockerhub-notification-plugin version 2.4.0.

          I would like to be able to configure docker registry notifications for my declarative pipeline. i.e.

          ```

          pipeline {

            triggers {

              dockerhubTriggers()

            }

          }

          ```

           

          based on this similar commit in a different plugin, it seems simple?
          [https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524]
          New: I am using dockerhub-notification-plugin version 2.4.0.

          I would like to be able to configure docker registry notifications for my declarative pipeline. i.e.

           

          {{pipeline {}}{{  }}

          {{  triggers {}}

          {{    dockerhubTriggers()}}

          {{  }}}

          {{}}}

           

          based on this similar commit in a different plugin, it seems simple?
           [https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524]
          Mike made changes -
          Description Original: I am using dockerhub-notification-plugin version 2.4.0.

          I would like to be able to configure docker registry notifications for my declarative pipeline. i.e.

           

          {{pipeline {}}{{  }}

          {{  triggers {}}

          {{    dockerhubTriggers()}}

          {{  }}}

          {{}}}

           

          based on this similar commit in a different plugin, it seems simple?
           [https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524]
          New: I am using dockerhub-notification-plugin version 2.4.0.

          I would like to be able to configure docker registry notifications for my declarative pipeline. i.e.

           

          {code:java}
          pipeline {
            triggers {
              dockerHub()
            }
          }
          {code}



          based on this similar commit in a different plugin, it seems simple?
           [https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9d29aa90ffc2996738cdaca2415f1ef96e384524]
          Mike made changes -
          Assignee New: Mike [ munkyboy ]
          Mike made changes -
          Assignee Original: Mike [ munkyboy ] New: rsandell [ rsandell ]

            rsandell rsandell
            munkyboy Mike
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: