This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored package structure, changed artifact id for release prepara…
…tion
- Loading branch information
Tobias Richter
committed
Dec 1, 2017
1 parent
c63869c
commit c2aefba
Showing
157 changed files
with
585 additions
and
467 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ Want to see an example? Have look at | |
* [Setup your environment to use the pipeline library](#setup-your-environment-to-use-the-pipeline-library) | ||
* [Building/Testing](#buildingtesting) | ||
* [Building with maven](#building-with-maven) | ||
* [Changes / Version History](#changes--version-history) | ||
|
||
## Key concepts | ||
|
||
|
@@ -62,7 +63,7 @@ Configured properly this library enables you to checkout scm | |
with these lines of code: | ||
|
||
```groovy | ||
import static io.wcm.tooling.jenkins.pipeline.utils.ConfigConstants.* | ||
import static io.wcm.devops.jenkins.pipeline.utils.ConfigConstants.* | ||
checkoutScm( (SCM) : [ | ||
(SCM_URL) : "[email protected]/group/project.git", | ||
] | ||
|
@@ -73,7 +74,7 @@ Or running maven with local and global maven settings with these lines | |
of code: | ||
|
||
```groovy | ||
import static io.wcm.tooling.jenkins.pipeline.utils.ConfigConstants.* | ||
import static io.wcm.devops.jenkins.pipeline.utils.ConfigConstants.* | ||
execMaven( | ||
(SCM) : [ | ||
(SCM_URL) : "[email protected]/group/project.git", | ||
|
@@ -166,3 +167,11 @@ with jUnit/Failsafe. All integration tests have the naming format | |
### Building with maven | ||
|
||
mvn clean install | ||
|
||
## Changes / Version History | ||
|
||
:bulb: Please also have a look at the [changes.xml](changes.xml) | ||
|
||
### Version 1.0.0 | ||
|
||
* Initial Release |
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,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
#%L | ||
wcm.io | ||
%% | ||
Copyright (C) 2015 wcm.io | ||
%% | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
#L% | ||
--> | ||
|
||
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0" | ||
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> | ||
<body> | ||
|
||
<release version="1.0.0" date="not released"> | ||
<action type="add" dev="trichter"> | ||
Initial release. | ||
</action> | ||
</release> | ||
|
||
</body> | ||
</document> |
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.