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

[JENKINS-55287] Improve error messages for nonresumable Pipelines #363

Closed
wants to merge 10 commits into from

Commits on Jun 18, 2020

  1. [JENKINS-55287] Improve error messages for nonresumable Pipelines

    Also fixes tracking of whether PERFORMANCE_OPTIMIZED Pipelines are
    able to resume or not. Previously, they were always marked as
    resumable because right after adding the FlowStartNode, the build
    was saved, cuasing the persistedClean flag to be set to true.
    
    Now we only modify persistedClean when the build has already
    completed or when Jenkins is shutting down.
    dwnusbaum committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ebb5d76 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    b360ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f631a44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    686a6e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb08b5b View commit details
    Browse the repository at this point in the history
  5. Always modify persistedClean in CpsFlowExecution.checkpoint, null it …

    …out after resuming or unpausing a build
    dwnusbaum committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    2214c42 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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

Commits on Jul 2, 2020

  1. wip

    dwnusbaum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2ad7e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    d0c638c View commit details
    Browse the repository at this point in the history
  2. Unignore RestartingLoadStepTest.updatedBindingsOnRestart

    Underlying issue was fixed by jenkinsci#368.
    dwnusbaum committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    22e7086 View commit details
    Browse the repository at this point in the history