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

Partial implementation for JENKINS-26103 #274

Merged
merged 6 commits into from Mar 16, 2016

Commits on Feb 9, 2016

  1. Workflow step for setting unsuccessful message

    Add a workflow step that allows setting the unsuccessful message from a
    workflow build.  config.jelly is currently missing.
    
    Dependency to the workflow plugin is optional.
    
    Implements a limited part of [JENKINS-26103].
    teemumurtola committed Feb 9, 2016
    Copy the full SHA
    427d422 View commit details
    Browse the repository at this point in the history
  2. Allow setting custom url in workflow

    Extend the gerritReview workflow step to also allow setting the URL to
    post.  Use the existing mechanism (BuildMemory) for storing the value
    while the build is running.
    
    Implements a limited part of [JENKINS-26103].
    teemumurtola committed Feb 9, 2016
    Copy the full SHA
    3e31f72 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Use "unsuccessful message" more consistently

    Rename a few methods from "failure message" to "unsuccessful message"
    for better consistency.  One older public method is still kept as
    deprecated and forwards calls to the new method.
    Similar renaming also in comments and tests.
    teemumurtola committed Mar 3, 2016
    Copy the full SHA
    8ff0940 View commit details
    Browse the repository at this point in the history
  2. Logging adjustments

    - Reduce some logging levels.
    - Adjust log message to match both workflow and freestyle job behavior.
    teemumurtola committed Mar 3, 2016
    Copy the full SHA
    dc07eb2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fbf5ea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Rename gerritReview workflow step to setGerritReview

    This is a better name for the current functionality, and it is probably
    better to add additional functionality as separate steps instead of
    making a single step that does everything.
    teemumurtola committed Mar 4, 2016
    Copy the full SHA
    3b1146d View commit details
    Browse the repository at this point in the history