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 3e05261 fix typo
3e05261 is described below
commit 3e052613470b99ba7535a90cead3cfe9dba403a2
Author: olivier lamy <[email protected]>
AuthorDate: Mon Dec 31 18:13:55 2018 +1000
fix typo
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index e648396..9fdc102 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,7 +64,6 @@ pipeline {
steps {
mavenBuild(buildJdk11,"clean install -U -fae -T3",[])
}
- }
}
}