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 92eba6f fix syntax
92eba6f is described below
commit 92eba6f1bd2e559a02ad603c282547c822e28f92
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 11:04:57 2018 +1000
fix syntax
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index dfb070c..9d3015e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
stages {
stage( 'BuildAndDeploy-JDK8' ) {
- \steps {
+ steps {
mavenBuild( buildJdk, "clean deploy -U -fae -T3", 'Maven
3.5.2', defaultPublishers)
}
}