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 dcf2f78 RAT-271: Remove when condition
dcf2f78 is described below
commit dcf2f786f3e71b8c50fbbb8e369a3e294b30c1c9
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jul 27 12:48:06 2020 +0200
RAT-271: Remove when condition
---
Jenkinsfile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 29c52bd..b4551f0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -78,9 +78,6 @@ pipeline {
}
stage('Build master') {
- when {
- branch 'master'
- }
steps {
echo 'Building'
sh 'mvn -U clean deploy'
@@ -94,9 +91,6 @@ pipeline {
}
stage('Ensure site build works') {
- when {
- branch 'master'
- }
steps {
echo 'Verify site build is okay ....'
sh 'mvn site:site'