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

Multiple bug fixes #5

Merged
merged 3 commits into from
Nov 6, 2014
Merged

Multiple bug fixes #5

merged 3 commits into from
Nov 6, 2014

Commits on Aug 14, 2014

  1. Configuration menu
    Copy the full SHA
    a2360de View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2014

  1. Store triggered build environment variables

    Save TRIGGERED_BUILD_NUMBER and, if blocking, TRIGGERED_BUILD_RESULT to
    the build environment. Prior to this change, it was necessary to parse
    the log file, which was very hacky and only possible on the master. This
    can be used by later build steps and downstream jobs.
    scottanderson committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    68f0aff View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Validate build number by reading parameters

    If multiple jobs are started at the same time, it can be challenging to
    determine the correct build numbers for each, as Jenkins does not
    respond with the build number. To help mitigate this risk, check the
    expected build parameters, and if they do not match then scan +-2 build
    numbers looking for the correct build.
    scottanderson committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    3e0cf93 View commit details
    Browse the repository at this point in the history