This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 8ba0e5a Fixing syntax errors
8ba0e5a is described below
commit 8ba0e5a4f4a34ac83950edac5e12f2bc386640c1
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue May 1 14:09:36 2018 +0200
Fixing syntax errors
---
Jenkinsfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c4d03fa..9c61675 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -88,10 +88,10 @@ pipeline {
}
}
- post {
- unstable {
- notifyBuild("Unstable Build")
- }
+ }
+ post {
+ unstable {
+ notifyBuild("Unstable Build")
}
}
}
--
To stop receiving notification emails like this one, please contact
[email protected].