-
Notifications
You must be signed in to change notification settings - Fork 618
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
Commits on Jan 28, 2021
-
fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …
…on merged Merge Request
赵立 committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0b9de7c - Browse repository at this point
Copy the full SHA 0b9de7cView commit details -
赵立 committed
Jan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for dae8f24 - Browse repository at this point
Copy the full SHA dae8f24View commit details -
fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …
…on merged Merge Request
赵立 committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for fe1f702 - Browse repository at this point
Copy the full SHA fe1f702View commit details
Commits on Jan 29, 2021
-
赵立 committed
Jan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for a82192d - Browse repository at this point
Copy the full SHA a82192dView commit details
Commits on Feb 12, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 4eb27b4 - Browse repository at this point
Copy the full SHA 4eb27b4View commit details -
Make github plugin documentation avaliable on plugins.jenkins,io
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 03e3bae - Browse repository at this point
Copy the full SHA 03e3baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c64148 - Browse repository at this point
Copy the full SHA 4c64148View commit details
Commits on Feb 15, 2021
-
Merge pull request jenkinsci#1103 from bulanovk/bugfix/mock
Fix dependencies and mock to make unit test Success
Configuration menu - View commit details
-
Copy full SHA for 958eadb - Browse repository at this point
Copy the full SHA 958eadbView commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e71a920 - Browse repository at this point
Copy the full SHA e71a920View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7236e57 - Browse repository at this point
Copy the full SHA 7236e57View commit details
Commits on Feb 19, 2021
-
[JENKINS-64341] Remove the table, tr and td tags from the forms that …
…should not be tables
Configuration menu - View commit details
-
Copy full SHA for 4b8917c - Browse repository at this point
Copy the full SHA 4b8917cView commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6d714a - Browse repository at this point
Copy the full SHA f6d714aView commit details -
Configuration menu - View commit details
-
Copy full SHA for debf820 - Browse repository at this point
Copy the full SHA debf820View commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 110f84e - Browse repository at this point
Copy the full SHA 110f84eView commit details -
Updated groovy job script in README
The updated script uses the variables made available/proposed by EnvInject now.
Configuration menu - View commit details
-
Copy full SHA for a14f587 - Browse repository at this point
Copy the full SHA a14f587View commit details
Commits on Feb 24, 2021
-
Add possibility to delete the branch after merge success
Maxime Mazet committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 12d5c3d - Browse repository at this point
Copy the full SHA 12d5c3dView commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 15b7970 - Browse repository at this point
Copy the full SHA 15b7970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0925489 - Browse repository at this point
Copy the full SHA 0925489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23117fa - Browse repository at this point
Copy the full SHA 23117faView commit details
Commits on Mar 8, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 6f783c3 - Browse repository at this point
Copy the full SHA 6f783c3View commit details
Commits on Mar 9, 2021
-
Merge pull request jenkinsci#1111 from MaximeMazet/master
Add possibility to delete the branch after merge success
Maxime Mazet authoredMar 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 76afae8 - Browse repository at this point
Copy the full SHA 76afae8View commit details
Commits on Mar 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dddb6cb - Browse repository at this point
Copy the full SHA dddb6cbView commit details -
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 authoredMar 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 3312795 - Browse repository at this point
Copy the full SHA 3312795View commit details -
Merge pull request jenkinsci#1120 from reinholdfuereder/patch-1
Update CHANGELOG a little bit
Maxime Mazet authoredMar 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 749e90a - Browse repository at this point
Copy the full SHA 749e90aView commit details -
Merge pull request jenkinsci#1118 from jre-lsft/fix-logic-error
Fix logic error blocking Multibranch Pipeline projects from being triggered
Maxime Mazet authoredMar 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 9034e01 - Browse repository at this point
Copy the full SHA 9034e01View commit details -
Merge pull request jenkinsci#1110 from Nockiro/patch-1
Update README with a corrected groovy job script
Maxime Mazet authoredMar 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 601358f - Browse repository at this point
Copy the full SHA 601358fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fe7bc5e - Browse repository at this point
Copy the full SHA fe7bc5eView commit details
Commits on Mar 15, 2021
-
Merge pull request jenkinsci#1121 from bulanovk/feature/multibranchTest
Introduce 2 unit test to cover scenario of starting multibranch build…
Maxime Mazet authoredMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e3f00b - Browse repository at this point
Copy the full SHA 1e3f00bView commit details -
Merge pull request jenkinsci#1107 from MarkEWaite/patch-1
Remove git submodule config pipeline settings
Maxime Mazet authoredMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 8387844 - Browse repository at this point
Copy the full SHA 8387844View commit details
Commits on Mar 23, 2021
-
fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …
…on merged Merge Request
赵立 committedMar 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 699474c - Browse repository at this point
Copy the full SHA 699474cView commit details -
fix: jenkinsci#636 fix Jenkins won't trigger a build of merge commit …
…on merged Merge Request
赵立 committedMar 23, 2021 Configuration menu - View commit details
-
Copy full SHA for efcd270 - Browse repository at this point
Copy the full SHA efcd270View commit details -
Merge branch 'fix/not_trigger_build_on_merged' of https://github.com/…
…yili1992/gitlab-plugin � Conflicts: � pom.xml
赵立 committedMar 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 5f864b1 - Browse repository at this point
Copy the full SHA 5f864b1View commit details