Owen Mehegan
04fc6b7632
Update Changelog for 1.5.0
2017-10-25 10:38:39 -07:00
Karsten Kraus
17e89c3fdd
Adds support for GitLabAPI V4 while keeping support for V3 ( #614 )
2017-10-25 10:35:47 -07:00
Evgeni Golov
c9f6737ea2
fix variable list in readme, the prefix is always gitlab, not git
2017-10-24 15:35:54 +02:00
Owen Mehegan
ca400c19bc
Merge pull request #642 from jenkinsci/update-docker-compose.yml-for-integration-tests
...
Export Docker container postgresql port to host
2017-10-16 14:35:49 -07:00
Karsten Kraus
4fc27ff04c
Export postgresql port to host
...
Updated docker-compose.yml so that it allows to run GitLabIT against the created containers
2017-10-16 22:25:42 +02:00
John Eckhart
5670e3df84
Fixed #638 - Don't NPE if one of the filter specs is not specified in a Jenkinsfile
2017-10-10 12:10:36 -03:00
Owen Mehegan
45217ac90c
Update README.md
2017-09-28 10:41:19 -07:00
Anthony Mastrean
46bcdf8349
Update README.md
2017-09-20 14:22:49 -04:00
Owen Mehegan
9a59c37305
Add list of configurable trigger options for declarative builds. Fixes #541 .
2017-09-18 15:56:51 -07:00
Owen Mehegan
36aa4c8035
Clarify declarative syntax if using automerge. Fixes #555 .
2017-09-18 15:46:54 -07:00
Owen Mehegan
ff06980d25
Merge pull request #628 from evgeni/noteRegex
...
make it clear that the note to trigger a build is a regex, not a plain string
2017-09-18 14:59:00 -07:00
Evgeni Golov
14c80a9a34
make it clear that the note is a regex, not a plain string
...
otherwise people might enter '[test]' and wonder why a '[test]' comment
does not trigger a build.
2017-09-15 13:22:46 +02:00
Owen Mehegan
3b7f4a8155
Merge pull request #624 from evgeni/reformat-checkout
...
wrap the checkout example in the README nicer
2017-09-08 13:09:33 -07:00
Evgeni Golov
44233c1f92
wrap the checkout example in the README nicer
2017-09-08 13:28:09 +02:00
g-dx
03041b0899
Support @DataBoundSetter for triggers and publishers.
...
Currently jenkins jobs defined using the generated DSL for the `gitlab-plugin` are required to supply all possible values for any defined triggers or publishers due to the use of the `@DataBoundConstructor` annotation. This leads to the problem described in https://github.com/jenkinsci/gitlab-plugin/issues/613 where any modifications to the trigger or publisher constructor signatures cause existing job definitions to fail when run against a new version of the plugin.
Fix this by adding support for a setter driven approach to configure triggers and publishers with the `@DataBoundSetter` annotation. This allows all unimportant configuration to be ignored when defining jobs and prevents new functionality from breaking existing jobs when upgrading.
2017-09-01 23:52:10 +01:00
Owen Mehegan
0287663993
Add instructions for performing plugin releases
2017-09-01 14:27:40 -07:00
Owen Mehegan
e0b5b6eff5
[maven-release-plugin] prepare for next development iteration
2017-09-01 14:11:44 -07:00
Owen Mehegan
69713b8b19
[maven-release-plugin] prepare release gitlab-plugin-1.4.8
2017-09-01 14:11:24 -07:00
Owen Mehegan
a0e61be6e0
Update Changelog for 1.4.8 release
2017-09-01 14:07:05 -07:00
Owen Mehegan
2a5493962d
Merge pull request #604 from josh-barker/fix_get_build_data
...
Recursively retrieve all BuildData - prevents rebuilds when MR assignee changes
2017-09-01 11:26:54 -07:00
TestYourLuck
c10e44e270
Merge branch 'master' into downstream_build_support
2017-09-01 10:23:27 +03:00
Bas Breijer
7552305e0d
add objectkind to unit test
2017-09-01 07:52:39 +02:00
Owen Mehegan
f6b6c5a35f
Merge pull request #567 from mreichel/bugfixSecureDefaults
...
Plugin should have secure defaults
2017-08-31 15:51:33 -07:00
Owen Mehegan
1e66e387af
Merge pull request #552 from axls/master
...
Use GitLab's host url to calculate project's ID
2017-08-31 11:24:04 -07:00
Owen Mehegan
37c5c5479a
Merge pull request #483 from necolt/master
...
Send GitLab messages on unstable builds as well as failed ones
2017-08-31 11:18:21 -07:00
Saulius Grigaitis
23f00a1877
Temporary fix for #452
2017-08-31 10:46:52 +03:00
Alexander Leshkin
1e4a6d3b25
Test cases for subgroup of subgroup.
2017-08-31 10:01:04 +03:00
Alexander Leshkin
3e9cfead0e
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/main/java/com/dabsquared/gitlabjenkins/gitlab/api/GitLabApi.java
src/main/java/com/dabsquared/gitlabjenkins/util/CommitStatusUpdater.java
2017-08-31 09:57:06 +03:00
Owen Mehegan
594a025b5a
Merge pull request #540 from mreichel/master
...
Allow jobs to be triggered by GitLab 'Pipeline' event
2017-08-30 15:22:34 -07:00
Owen Mehegan
03477fa591
Merge pull request #514 from czoellin/master
...
Fix branch name comparison to avoid spurious builds
2017-08-30 15:22:03 -07:00
Owen Mehegan
c6bd0e2eef
Add Jenkinsfile to enable builds on https://ci.jenkins.io/
2017-08-30 14:29:55 -07:00
Owen Mehegan
e9f0d27041
Merge pull request #612 from Argelbargel/fix-integration-tests
...
Fixes GitLabIT#buildOnNote()
2017-08-29 11:31:18 -07:00
Karsten Kraus
e081cc9dd6
fixes GitLabIT#buildOnNote()
2017-08-28 16:12:14 +02:00
Karsten Kraus
f449f269e7
Revert "added support for travis-builds. Sorry (can we restrict my access
...
here to the branch-source-branch? ;-))"
This reverts commit 6cb1a19d03
.
2017-08-27 22:23:23 +02:00
Karsten Kraus
6cb1a19d03
added support for travis-builds
2017-08-27 22:17:35 +02:00
Joshua Barker
14a1b327a7
Add tests for BuiltUtils methods
2017-08-21 16:16:30 +10:00
Joshua Barker
6c3ab208cf
Revert change for getBuildByBranch as its not required
2017-08-21 15:38:42 +10:00
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