Commit Graph

1095 Commits

Author SHA1 Message Date
Owen Mehegan 6f46b34a19 Fix docker-compose so Jenkins can talk to GitLab; reorganize documentation for Docker testing 2017-08-08 10:52:17 -07:00
Josh Barker c8ebb2e283 Loop through BuildData as there can be more than one. 2017-08-08 20:00:12 +10:00
Owen Mehegan 46e1af798c Merge pull request #529 from mstg/pipeline-example
README: Better declarative pipeline example
2017-08-02 14:46:36 -07:00
Owen Mehegan 43224bd32c Update docker-compose file to use current GitLab and Jenkins versions. 2017-08-01 22:41:37 -07:00
Owen Mehegan 58ec21d33b Clarify note about bug in older versions of GitLab EE. 2017-07-24 14:17:43 -07:00
milena f44d4352ac #427 comments from github issue 2017-07-21 11:27:45 +02:00
Daumantas Stulgis 4d556113ed Merge remote-tracking branch 'default/master' into downstream_build_support
# Conflicts:
#	src/main/java/com/dabsquared/gitlabjenkins/util/CommitStatusUpdater.java
2017-07-17 13:34:38 +03:00
Bas Breijer ff495a0d0d Add TAG_PUSH action type and detect tag_push using the objectKind in the original cause. 2017-07-17 07:57:11 +02:00
Owen Mehegan de3536a2f9 [maven-release-plugin] prepare for next development iteration 2017-07-14 15:00:29 -07:00
Owen Mehegan b443fe21ef [maven-release-plugin] prepare release gitlab-plugin-1.4.7 2017-07-14 15:00:20 -07:00
Owen Mehegan fea81e4f04 Update changelog for 1.4.7 2017-07-14 14:55:58 -07:00
Owen Mehegan 12298597eb Merge pull request #584 from sbrassely/fix-commit-status-exception
Fix commit status exception
2017-07-14 14:52:57 -07:00
Stephane Brassely ffc1b201f3 Fix #583 : Do not fail build when no SCM revision action is available 2017-07-13 15:57:12 +02:00
milena d16b0cb0b7 Update CHANGELOG.md
Remove changes - they will be added on a release
2017-07-13 15:20:08 +02:00
Stephane Brassely 8d7a8c807e Fix #583 : Commit status fail on push events 2017-07-10 18:09:13 +02:00
Brassely Stéphane 7063999fee Merge pull request #1 from jenkinsci/master
Syncing from original
2017-07-10 16:52:44 +02:00
Alexander Leshkin 9ec5309ccc Restore changes after merge with upstream/master. 2017-07-06 13:17:34 +03:00
Alexander Leshkin 73c54e68c8 Merge remote-tracking branch 'upstream/master' 2017-07-06 13:15:21 +03:00
Alexander Leshkin bb5a2caa8b Fixes #538. Use GitLab's host url to calculate project's id. 2017-07-06 13:14:55 +03:00
Owen Mehegan a30898a921 Merge pull request #578 from chinhodado/patch-1
Fix list indentation in README
2017-07-05 17:18:33 -07:00
Trung Do f0e6b331d8 Fix list indentation in README 2017-07-05 19:18:04 -04:00
Owen Mehegan 6d4647749d Remove old maintainers, add Milena 2017-07-05 15:44:25 -07:00
Owen Mehegan 316d5eaa75 Removing appeal for maintainers from README 2017-07-05 15:37:23 -07:00
Owen Mehegan 5145ce4833 Sort IDs in changelog numerically 2017-07-05 15:36:39 -07:00
Daumantas Stulgis e534da2d9b Fixed test 2017-07-06 01:34:08 +03:00
Owen Mehegan 3fc051c37c [maven-release-plugin] prepare for next development iteration 2017-07-05 15:08:05 -07:00
Owen Mehegan caa8379de2 [maven-release-plugin] prepare release gitlab-plugin-1.4.6 2017-07-05 15:07:56 -07:00
Daumantas Stulgis 895209bc9e Merge remote-tracking branch 'default/master' into downstream_build_support
# Conflicts:
#	src/main/java/com/dabsquared/gitlabjenkins/util/CommitStatusUpdater.java
2017-07-06 01:04:35 +03:00
Owen Mehegan ee11fa53c4 Update CHANGELOG for v1.4.6. 2017-07-05 15:04:12 -07:00
Owen Mehegan fd4132e947 Merge pull request #559 from roidelapluie/JENKINS-44517
JENKINS-44517 Add a function to (re)set the Gitlab connections for bootstrapping new Jenkins installs
2017-07-05 14:13:59 -07:00
Owen Mehegan f1ac0a0a8a Merge pull request #572 from ElijahLynn/patch-1
Link to GitLab commit status API in README
2017-06-30 14:05:28 -07:00
Elijah Lynn dd578d0d55 Link to GitLab commit status API in README 2017-06-29 18:43:44 -07:00
milena a8c40ff4ec Merge pull request #1 from mreichel/bugfixSecureDefaults
#427 Plugin should have secure defaults
2017-06-20 11:03:12 +02:00
Owen Mehegan fd2c91e820 Merge pull request #562 from sbrassely/fix-pipeline-library
Fix issue #523 - Build result sent to Pipeline library repo
2017-06-19 14:33:10 -07:00
milena 0f2b262540 Merge pull request #565 from yaooqinn/typo-mistake
gitlabMergeRequestIid -> gitlabMergeRequestId in README.md
2017-06-19 15:53:33 +02:00
Kent Yao 1d7a9344a5 Create README.md
gitlabMergeRequestIid -> gitlabMergeRequestId
2017-06-14 21:36:35 +08:00
Daumantas Stulgis d1a19f8ee5 Updated test for GitLab status updating from downstream builds where few level upstream is caused by webhook 2017-06-13 11:33:41 +03:00
Daumantas Stulgis 205e331880 Updated CommitStatusUpdater to support any depth upstream webhook trigger cause 2017-06-13 11:28:32 +03:00
Daumantas Stulgis 2bb0ce75fd Updated test for GitLab status updating from downstream builds where upstream is caused by webhook 2017-06-13 10:58:24 +03:00
Daumantas Stulgis 2913d1c10c Added support for GitLab status updating from downstream builds where upstream is caused by webhook 2017-06-12 17:13:19 +03:00
Brassely Stéphane 9be7d4f9c6 Merge branch 'master' into fix-pipeline-library 2017-06-12 11:44:12 +02:00
Owen Mehegan 377a4bf9f4 Merge pull request #543 from evgeni/matrix-support
Matrix/Multi-config support
2017-06-09 16:00:50 -07:00
Stephane Brassely 0455730921 Fix issue #523 - Build result sent to Pipeline library repo 2017-06-08 11:12:29 +02:00
Julien Pivotto 5b44597026
JENKINS-44517 Add a function to (re)set the Gitlab connections
Add a function to overwrite the Gitlab connections in the groovy
console.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2017-05-26 17:50:01 +02:00
Evgeni Golov 27550f7f93 add GitLabEnvironmentContributor test
this includes coverage for FreeStyleProject and MatrixProject
2017-05-23 17:20:34 +02:00
Evgeni Golov 46067ec7a7 add tests that the publishers are matrix aggregatable 2017-05-23 10:52:26 +02:00
Evgeni Golov 3addc351d7 document GitLab plugin with Flexible Publish for Matrix Jobs 2017-05-23 10:52:26 +02:00
Evgeni Golov ffe902f749 make the publishers MatrixAggregatable
this allows them to run in a matrix job using flexible-publish
2017-05-23 10:52:26 +02:00
Evgeni Golov cb87235248 get Environment from the parent MatrixBuild if we are in a MatrixRun 2017-05-22 15:01:19 +02:00
Evgeni Golov c1f40c1336 add matrix plugin to pom.xml 2017-05-22 15:01:19 +02:00