Commit Graph

774 Commits

Author SHA1 Message Date
Mohamad Abbas a61a6c77be Trigger build when merge request has been merged or closed 2017-02-17 16:45:56 +01:00
Owen Mehegan 45477e0fae [maven-release-plugin] prepare for next development iteration 2017-02-14 13:48:37 -08:00
Owen Mehegan dea32e7a8d [maven-release-plugin] prepare release gitlab-plugin-1.4.5 2017-02-14 13:48:31 -08:00
Owen Mehegan 1d63b2de70 Update CHANGELOG for 1.4.5 2017-02-14 13:44:51 -08:00
Owen Mehegan 6d9760f4d6 Merge pull request #503 from hho/pending-state-url
Append a "/" to the build URL for "pending" state
2017-02-13 13:13:36 -08:00
Owen Mehegan b2756755d7 Merge pull request #488 from colourmeamused/master
Declarative pipeline syntax support for gitlab connection property (also incorporates #481)
2017-02-08 15:40:13 -08:00
Henning Hoefer b12abae13e Append a "/" to the build URL for "pending" state 2017-02-01 16:12:29 +01:00
colourmeamused 93c3062acb Added symbol notation for gitlab connection property and updated readme with declarative syntax example 2017-01-31 22:26:03 +11:00
Aurélien Leboulanger d719c8eedb add documentation for the README file 2017-01-31 22:17:26 +11:00
Aurélien Leboulanger b34d64be43 allow to trigger to the gitlab plugin using the jenkins pipeline model definition syntax
- [Pipeline model definition issue](https://issues.jenkins-ci.org/browse/JENKINS-40402)
 - [Pipeline model definition wiki](https://github.com/jenkinsci/pipeline-model-definition-plugin/wiki/Trigger-runs#other-available-triggers)
2017-01-31 22:17:26 +11:00
Owen Mehegan 108abc71f5 Merge pull request #414 from jmcgeheeiv/master
Clarify in the documentation that the web hook URL uses the Jenkins, not the GitLab project name.
2017-01-24 13:12:16 -08:00
Owen Mehegan 5b33b85f7b Merge pull request #421 from bbodenmiller/patch-2
Improve description of plugin to include that it sends build status back to GitLab.
2017-01-24 13:09:20 -08:00
Owen Mehegan 4b5021b495 Update ISSUE_TEMPLATE.md 2017-01-09 14:33:02 -08:00
Owen Mehegan bc72422d7c Merge pull request #480 from herau/patch-1
syntax error in the github issue template
2017-01-09 14:30:55 -08:00
Aurélien Leboulanger 51036a114d syntax error in the github template 2017-01-09 10:11:26 +01:00
Owen Mehegan 964ba15da2 Changelog - update for 1.4.4 2017-01-04 13:22:34 -08:00
Owen Mehegan f37e53b7c3 [maven-release-plugin] prepare for next development iteration 2017-01-04 12:04:42 -08:00
Owen Mehegan 405745c297 [maven-release-plugin] prepare release gitlab-plugin-1.4.4 2017-01-04 12:04:36 -08:00
Owen Mehegan 17a94aba05 Merge pull request #449 from rgrebski/feature/448_added_log_info_when_not_authorized
Added simple log info if not authorized, fixes #448
2017-01-04 11:57:14 -08:00
Owen Mehegan 1e202160a3 Merge pull request #472 from tptak/features/470_fix_merge_request_npe
Issue 470: Fixed NPE when triggering a merge request build
2017-01-04 11:41:31 -08:00
Owen Mehegan 92de5e0bea Changelog - fix 1.4.3 release note 2017-01-04 11:35:21 -08:00
Owen Mehegan 30a6fa8d02 README note about upgrading from < 1.2.0 2017-01-04 11:01:50 -08:00
tomaszp 93717bd1f9 Issue 470: Fixed NPE when triggering a merge request build based on a hook 2016-12-20 17:32:21 +00:00
Owen Mehegan acff9ec980 Remove broken link in README 2016-12-13 11:41:33 -08:00
Owen Mehegan 0393dae965 Update README - call for new maintainers 2016-12-13 11:40:48 -08:00
Owen Mehegan 799a79e23b Update ISSUE_TEMPLATE.md 2016-12-12 11:04:37 -08:00
Robin Müller 76fcd4cb94 Register JaxrsFormProvider manually as the Jenkins ClassLoader seems to prevent this 2016-12-05 22:57:42 +01:00
Robin Müller 14879ad0a4 Fix NPE while generating the secret token for the GitLabPushTrigger (Fixes #447) 2016-12-05 22:14:04 +01:00
Robin Müller 799df9e8cc Convert the MR id to a String so MessageFormat won't format it like a number (Fixes #429) 2016-12-05 21:11:39 +01:00
Robin Müller 3ea5fad7c5 Use @FormParam instead of @QueryParam for "body" parameters (Fixes #455) 2016-12-05 21:01:20 +01:00
Radoslaw Grebski 9a9c29fc57 [Issue-448] added simple log info if not authorized 2016-11-21 20:39:14 +01:00
Owen Mehegan 3e240880c4 Merge pull request #442 from buffcode/patch-1
Link to configuration section in README
2016-11-04 10:18:49 -07:00
buffcode ecb81f0397 Link to configuration section
Added a quick link to the referenced configuration section for faster use.
2016-11-04 14:34:59 +01:00
Owen Mehegan b2b563cc34 Update README for Multibranch builds
Use the canonical recommended syntax for setting the GitLab connection property in a Multibranch build.
2016-11-02 14:49:04 -07:00
Owen Mehegan 8d47c287b7 Update CHANGELOG.md 2016-11-02 13:30:10 -07:00
Owen Mehegan 7597d65620 [maven-release-plugin] prepare for next development iteration 2016-11-01 11:31:37 -07:00
Owen Mehegan 8d47f3f6bc [maven-release-plugin] prepare release gitlab-plugin-1.4.3 2016-11-01 11:31:32 -07:00
Owen Mehegan 13cce83aac Merge pull request #423 from Alien2150/master
Added Remove-Accept Encoding Filter
2016-11-01 11:26:06 -07:00
Owen Mehegan 9e528b5d8d Merge pull request #438 from pfrank13/issue-437
Added missing build parameters to docs
2016-10-31 16:31:24 -07:00
Peter Frank 7c91760d6a There has been drift in the docs and 3 build parameters were missing in the README, this commit just trues them up to the current state of the code. 2016-10-31 13:34:13 -07:00
Thomas Zimmer e8513ca3b4 Added Remove-Accept Encoding Filter 2016-09-30 14:53:43 +02:00
Ben Bodenmiller 82731d430c improve description with status report details 2016-09-27 13:44:23 -07:00
Robin Müller bc73655530 [maven-release-plugin] prepare for next development iteration 2016-09-24 18:15:44 +02:00
Robin Müller 5cd51ce9d1 [maven-release-plugin] prepare release gitlab-plugin-1.4.2 2016-09-24 18:15:39 +02:00
Robin Müller 1496c70b2d Update changelog 2016-09-24 18:10:41 +02:00
Robin Müller 3b7f4d1f94 Add additional test for PushHookTriggerHandlerImpl with a GitSCM that has to remotes configured 2016-09-24 18:10:41 +02:00
Robin Müller fe589445b2 Use ref instead of commit sha1 as commit value for RevisionParameterAction for push builds (Fixes #408) 2016-09-24 18:01:58 +02:00
Robin Müller 3805be4319 Fix version in changelog 2016-09-24 16:12:34 +02:00
Robin Müller 9c2a9155c7 [maven-release-plugin] prepare for next development iteration 2016-09-24 16:09:22 +02:00
Robin Müller 104633473a [maven-release-plugin] prepare release gitlab-plugin-1.4.1 2016-09-24 16:09:17 +02:00