This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git

commit de0b1fadef7be2d116a71e8a97e4223df0ec11ae
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Apr 26 12:10:21 2019 +0200

    - Tried to prevent all jobs from running on every commit
---
 site/Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/site/Jenkinsfile b/site/Jenkinsfile
index 31c8d16..3f2017d 100644
--- a/site/Jenkinsfile
+++ b/site/Jenkinsfile
@@ -106,8 +106,6 @@ pipeline {
         stage('Deploy site') {
             when {
                 changeset "site/**"
-            }
-            when {
                 branch 'feature/changed-directory-structure'
             }
             steps {

Reply via email to