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-74795] createItem API should not assign new jobs to default view #9933

Commits on Nov 2, 2024

  1. [JENKINS-74795] createItem API should not assign new jobs to default …

    …view
    
    Prior to Jenkins 2.475, jobs that were created with the createItem API
    were not automatically assigned to the default view.  Jenkins 2.475
    changed that behavior so that newly created jobs are always assigned to
    the default view.
    
    This test checks that behavior.
    MarkEWaite committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c8695d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    ac0d625 View commit details
    Browse the repository at this point in the history
  2. Test more createItem cases with a default view

    Extend tests from ItemsTest to use a default view that does not by
    default include the newly created jobs.
    MarkEWaite committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7aee661 View commit details
    Browse the repository at this point in the history
  3. [JENKINS-74795] createItem API should not assign new jobs to default …

    …view
    
    Behavior in 2.474 and earlier was to not assign new jobs to the default
    view.  Unfortunately, there was no automated test to check that case.
    MarkEWaite committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    081580a View commit details
    Browse the repository at this point in the history