File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.2.0
2
+ - GitLab webhook support for public and private git repostories
3
+
4
+ # v0.1.0
5
+ - Git support
6
+ - Github webhook support for public and private git repostories
7
+ - Email notification support
8
+ - Configuration via Pipeline DSL (` project.pipe ` ) file
9
+
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Features
27
27
- Version controlled pipeline configuration
28
28
- Support for public and private git repositories
29
29
- hosted on [ Github] ( http://github.com ) , triggered via [ webhook] [ 7 ]
30
+ - hosted on [ GitLab(.org/com)] ( http://gitlab.org ) , triggered via [ webhook] as explained on [ Web hooks] help page of your GitLab installation
30
31
31
32
Roadmap
32
33
-------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'distribution'
4
4
5
5
description = ' Pipeline --the Continuous Delivery (CD) tool, which we and all stakeholders of the CD pipeline love to use'
6
6
group = ' org.pipelinelabs.pipeline'
7
- version = ' 0.1 .0'
7
+ version = ' 0.2 .0'
8
8
9
9
allprojects {
10
10
repositories {
You can’t perform that action at this time.
0 commit comments