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 f3aae5b fix syntax
f3aae5b is described below
commit f3aae5b77b9d9b6b6e2ff94345c311cba4b7a465
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 22:13:18 2018 +1000
fix syntax
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 4a8fb73..905b3b9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,10 +49,10 @@ pipeline {
options { timeout(time: 120, unit: 'MINUTES') }
steps {
mavenBuild( buildJdk, "clean deploy -U -fae -T3",
'Maven 3.5.2', defaultPublishers )
- } post {
- failure {
- notifyBuild( "Failure in BuildAndDeploy Stage ")
- }
+ }
+ }post {
+ failure {
+ notifyBuild( "Failure in BuildAndDeploy Stage ")
}
}