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

fix: #636 fix Jenkins won't trigger a build of merge commit on merged… #1099

Merged
32 commits merged into from
Mar 30, 2021

Commits on Jan 28, 2021

  1. fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …

    …on merged Merge Request
    赵立 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    0b9de7c View commit details
    Browse the repository at this point in the history
  2. fix: fix pom.xml problem

    赵立 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    dae8f24 View commit details
    Browse the repository at this point in the history
  3. fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …

    …on merged Merge Request
    赵立 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    fe1f702 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. fix: fix pom.xml problem

    赵立 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a82192d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Fix dependencies and mock to make unit test Success

    Changes were made:
    1. Fix pom.xml to make pom.xml valid
    2. Downgrade guava to 20.0 to avoid method not found
    3. Add mock in GitLabCommitStatusPublisherTest to avoid NPE
    4. Bump jenkins-test-harness
    5. Add timeout to avoid Temp Directory dispose error
    6. Bump Jackson to Modern version with ordering bugfix 2.12.1
    7. Update parent.pom to 4.16
    8. Switch version management to DependenciesManagement using Jenkins BOM
    9. Align all depends according to bom version 23
    10. Minimal required version of Jenkins 2.224.4
    bulanovk committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4eb27b4 View commit details
    Browse the repository at this point in the history
  2. Make github plugin documentation avaliable on plugins.jenkins,io

    Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
    bulanovk and MarkEWaite authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    03e3bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c64148 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge pull request jenkinsci#1103 from bulanovk/bugfix/mock

    Fix dependencies and mock to make unit test Success
    omehegan authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    958eadb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Fix javadoc failures

    omehegan committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e71a920 View commit details
    Browse the repository at this point in the history
  2. Remove git submodule config pipeline settings

    The values are the defaults in all plugin releases.
    
    Values are not needed and are no longer shown to users
    with git plugin 4.6.0 and later.
    MarkEWaite authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7236e57 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

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

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

  1. Fix broken javadoc

    omehegan committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    110f84e View commit details
    Browse the repository at this point in the history
  2. Updated groovy job script in README

    The updated script uses the variables made available/proposed by EnvInject now.
    Nockiro authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a14f587 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Add possibility to delete the branch after merge success

    Maxime Mazet committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    12d5c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    15b7970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0925489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23117fa View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Fix logic error blocking Multibranch Pipeline projects from being tri…

    …ggered
    
    The bug was introduced in commit 4eb27b4.
    It prevented Multibranch Pipeline projects from being triggered by webhooks
    *unless* 'Ignore on push notifications' had been set on the Git (branch)
    source.
    
    Fixes jenkinsci#1116
    jre-lsft committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6f783c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge pull request jenkinsci#1111 from MaximeMazet/master

    Add possibility to delete the branch after merge success
    Maxime Mazet authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    76afae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Update CHANGELOG a little bit

    Still missing a lot
    reinholdfuereder authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    dddb6cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#1109 from ironcerocloudbees/JENKINS-64341

    [JENKINS-64341] Remove the table, tr and td tags from the forms that should not be tables
    Maxime Mazet authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3312795 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#1120 from reinholdfuereder/patch-1

    Update CHANGELOG a little bit
    Maxime Mazet authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    749e90a View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#1118 from jre-lsft/fix-logic-error

    Fix logic error blocking Multibranch Pipeline projects from being triggered
    Maxime Mazet authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    9034e01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jenkinsci#1110 from Nockiro/patch-1

    Update README with a corrected groovy job script
    Maxime Mazet authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    601358f View commit details
    Browse the repository at this point in the history
  6. Introduce 2 unit test to cover scenario of starting multibranch build…

    … condition based in SCMTrait. Cover bug reported by issue jenkinsci#1116
    
    Add sleep 5s to @after and increase test timeout to MergeRequestHookTriggerHandlerImplTest to avoid random test failure for Windows CI
    bulanovk committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fe7bc5e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request jenkinsci#1121 from bulanovk/feature/multibranchTest

    Introduce 2 unit test to cover scenario of starting multibranch build…
    Maxime Mazet authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    1e3f00b View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#1107 from MarkEWaite/patch-1

    Remove git submodule config pipeline settings
    Maxime Mazet authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8387844 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …

    …on merged Merge Request
    赵立 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    699474c View commit details
    Browse the repository at this point in the history
  2. fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …

    …on merged Merge Request
    赵立 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    efcd270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f864b1 View commit details
    Browse the repository at this point in the history