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 1a3a092 fix typo
1a3a092 is described below
commit 1a3a0928b7d4200de54cec8df931774e07487d13
Author: olivier lamy <[email protected]>
AuthorDate: Wed Jan 2 10:21:38 2019 +1000
fix typo
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9fdc102..0cede23 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,8 +62,8 @@ pipeline {
}
stage('JDK11') {
steps {
- mavenBuild(buildJdk11,"clean install -U -fae -T3",[])
- }
+ asfStandardBuild.mavenBuild(buildJdk11,"clean install -U -fae
-T3",[])
+ }
}
}