This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 34f922c RAT-271: Add more docs
34f922c is described below
commit 34f922c7142d1d91e58ab1ca939f6b7779da0836
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jul 27 12:49:31 2020 +0200
RAT-271: Add more docs
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index b4551f0..4d0a10b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -80,6 +80,7 @@ pipeline {
stage('Build master') {
steps {
echo 'Building'
+ // clean package -B -U -e -fae -V for making sure it just
builds
sh 'mvn -U clean deploy'
}
post {