Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jenkins pipeline support in ircbot-plugin - an ircNotify() step #21

Merged
merged 19 commits into from
Aug 6, 2019

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    82b410f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3206794 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    369a79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8713e7a View commit details
    Browse the repository at this point in the history
  3. IrcNotifyStep.java : Add a constructor with no args (to notify defaul…

    …t globally configured channels)
    jimklimov committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    afe83ea View commit details
    Browse the repository at this point in the history
  4. Add support for pipeline step ircNotify customMessage:"something" a…

    …s alternative to build results reporting
    jimklimov committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    6b10c77 View commit details
    Browse the repository at this point in the history
  5. IrcNotifyStep.java : make targets an optional argument, so parameter-…

    …less step does the common default activity
    jimklimov committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    12be117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8acddc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4eca3a3 View commit details
    Browse the repository at this point in the history
  8. pom.xml : CI builds: build against instant-messaging.plugin 1.36-SNAP…

    …SHOT-PIPELINES version specifically
    jimklimov committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    ad43503 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    a02360a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4852295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d345757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f8dbf View commit details
    Browse the repository at this point in the history
  5. IrcNotifyStep.java : fix package this is part of (copy-paste error fr…

    …om Jabber implem) and move into steps/
    jimklimov committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7b1fecf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab18341 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fda499b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4d0b58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5722a26 View commit details
    Browse the repository at this point in the history