This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new 45feacc fix typo
45feacc is described below
commit 45feaccca75efb1df1a09cd705d69a8ba0af536c
Author: olivier lamy <[email protected]>
AuthorDate: Fri Dec 14 07:30:58 2018 +1000
fix typo
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 928edac..bb5a1c4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -104,7 +104,7 @@ def mavenBuild(jdk, cmdline, options) {
deploySettings = 'archiva-uid-jenkins'
def mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'
- withMaven(maven: buildMvn, "$jdk": buildJdk,
+ withMaven(maven: buildMvn, jdk: "$jdk",
publisherStrategy: 'EXPLICIT',
mavenOpts: mavenOpts,
mavenSettingsConfig: deploySettings,