This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-cache.git
The following commit(s) were added to refs/heads/master by this push:
new 24d933d Adding jenkins pipeline definition
24d933d is described below
commit 24d933de4208f1c5e0722e4ff8690a5b1d83821a
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon Apr 16 18:23:35 2018 +0200
Adding jenkins pipeline definition
---
Jenkinsfile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0c209b5..9258c4c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,11 +22,6 @@
* Jenkins Pipeline configuration.
*
*/
-/**
- *
- * Jenkins Pipeline configuration.
- *
- */
def labels = 'ubuntu'
def buildJdk = 'JDK 1.8 (latest)'
@@ -59,4 +54,4 @@ node(labels) {
sh "mvn clean deploy -Dmaven.test.skip=true -B -U -e -fae
-Dmaven.compiler.fork=false"
} // withMaven will discover the generated Maven artifacts, JUnit
Surefire & FailSafe & FindBugs reports...
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
[email protected].