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 242de76 Adding build settings
242de76 is described below
commit 242de7697464f91ddde4628e95c9f8fc2334d4f0
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon Apr 16 20:23:19 2018 +0200
Adding build settings
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9258c4c..a17895a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,8 @@ node(labels) {
stage ('Build') {
withMaven(
maven: buildMvn,
- jdk: buildJdk
+ jdk: buildJdk,
+ mavenSettingsConfig: deploySettings
) {
// Run the maven build
sh "mvn clean install -B -U -e -fae -Dmaven.compiler.fork=false"
--
To stop receiving notification emails like this one, please contact
[email protected].