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

Fresh 854 gh569 #603

Merged
merged 13 commits into from
Nov 15, 2016
Merged

Fresh 854 gh569 #603

merged 13 commits into from
Nov 15, 2016

Commits on Nov 15, 2016

  1. FRESH-854 #569 work on the problem of identifying build artefacts

    * try the approach of having one "build-id" and passing it to external build jobs
    * also make it a part of the snapshot artifact version
    
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    4a51b3a View commit details
    Browse the repository at this point in the history
  2. FRESH-854 #569 add wait param to the invokeDownStreamJobs method

    that way we can keep it in sync with its pendants in other repos until we extract it into a common file
    
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    42a8e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99a88eb View commit details
    Browse the repository at this point in the history
  4. FRESH-854 #569: JenkinsFile: made progress on the deploy part

    start_service.sh: tiny typo fix
    
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    912f5be View commit details
    Browse the repository at this point in the history
  5. FRESH-854 #569 convert downloadForDeployment from method to closure

    ..to fix this error:
    ```
    WorkflowScript: 214: Method definition not expected here. Please define the method at an appropriate place or perhaps try using a block/Closure instead.
    ```
    
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    5ef1a90 View commit details
    Browse the repository at this point in the history
  6. FRESH-854 #569 clean up some maven options

    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c3bc986 View commit details
    Browse the repository at this point in the history
  7. FRESH-854 #569 build fix (don't try collecting non-existing test resu…

    …lts)
    
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    1d1a483 View commit details
    Browse the repository at this point in the history
  8. FRESH-854 #569 add workspsce cleanup step

    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    d012934 View commit details
    Browse the repository at this point in the history
  9. FRESH-854 #569 fix, cleanup

    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    848aad8 View commit details
    Browse the repository at this point in the history
  10. FRESH-854 #569 attempt to understand&fix input problem

    ```
    groovy.lang.MissingPropertyException: No such property: MF_TARGET_HOST for class: java.lang.String
    ```
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    529d204 View commit details
    Browse the repository at this point in the history
  11. FRESH-854 #569 fix input error: input step now returns a string

    ...used to return a map, but that was when we had >1 parameter
    
    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    82418a3 View commit details
    Browse the repository at this point in the history
  12. FRESH-854 #569 fix deployment and workspace cleanup steps

    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    1b57a46 View commit details
    Browse the repository at this point in the history
  13. FRESH-854 #569 fix: looks like we called WsCleanup one too many times

    FRESH-854 #569 Develop a jenkins build pipeline
    metas-ts committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    01a26c6 View commit details
    Browse the repository at this point in the history