-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jgitflow-maven-plugin] merging 'release/1.3.0' into 'master'
- Loading branch information
Showing
25 changed files
with
226 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@Library('pipeline-library') pipelineLibrary | ||
@Library('pv-pipeline-library') pvPipelineLibrary | ||
|
||
|
||
import io.wcm.devops.jenkins.pipeline.ssh.SSHTarget | ||
|
||
import static de.provision.devops.jenkins.pipeline.utils.ConfigConstants.* | ||
import static io.wcm.devops.jenkins.pipeline.utils.ConfigConstants.* | ||
|
||
// See: | ||
// https://github.com/pro-vision/jenkins-pv-pipeline-library | ||
// https://github.com/pro-vision/jenkins-pv-pipeline-library/blob/master/docs/config-structure.md | ||
// Also have a look at https://github.com/wcm-io-devops/jenkins-pipeline-library for further configuration options | ||
|
||
List triggers = defaults.getTriggers() | ||
triggers.push(githubPush()) | ||
|
||
Map config = [ | ||
(BUILD_WRAPPER): [ | ||
(BUILD_WRAPPER_SSH_TARGETS): [new SSHTarget("ssh-wcm.io")] | ||
], | ||
(PROPERTIES) : [ | ||
(PROPERTIES_PIPELINE_TRIGGERS): triggers | ||
], | ||
(STAGE_COMPILE): [ | ||
(MAVEN): [ | ||
(MAVEN_GOALS): ["clean", "deploy", "site-deploy"], | ||
] | ||
], | ||
(STAGE_FEATURE_PREPARATION): [ | ||
(STAGE_FEATURE_PREPARATION_MERGE): [ | ||
(STAGE_FEATURE_PREPARATION_MERGE_ENABLED): false | ||
] | ||
] | ||
] | ||
|
||
routeDefaultJenkinsFile(config) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<img src="http://wcm.io/images/[email protected]"/> CONGA Plugin for Apache Sling | ||
<img src="https://wcm.io/images/[email protected]"/> CONGA Plugin for Apache Sling | ||
====== | ||
[![Build Status](https://travis-ci.org/wcm-io-devops/conga-sling-plugin.png?branch=develop)](https://travis-ci.org/wcm-io-devops/conga-sling-plugin) | ||
[![Code Coverage](https://codecov.io/gh/wcm-io-devops/conga-sling-plugin/branch/develop/graph/badge.svg)](https://codecov.io/gh/wcm-io-devops/conga-sling-plugin) | ||
|
||
Documentation: http://devops.wcm.io/conga/plugins/sling/<br/> | ||
Documentation: https://devops.wcm.io/conga/plugins/sling/<br/> | ||
Issues: https://wcm-io.atlassian.net/projects/WDCONGA<br/> | ||
Wiki: https://wcm-io.atlassian.net/wiki/<br/> | ||
Continuous Integration: https://travis-ci.org/conga-sling-plugin | ||
|
||
|
||
## Build from sources | ||
|
||
If you want to build from sources make sure you have configured all [Maven Repositories](http://devops.wcm.io/maven.html) in your settings.xml. | ||
If you want to build from sources make sure you have configured all [Maven Repositories](https://devops.wcm.io/maven.html) in your settings.xml. | ||
|
||
See [Travis Maven settings.xml](https://github.com/conga-sling-plugin/blob/master/.travis.maven-settings.xml) for an example with a full configuration. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.