You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@training.apache.org by cd...@apache.org on 2019/04/26 10:36:37 UTC

[incubator-training] 23/26: - Tried to prevent all jobs from running on every commit

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 <ch...@c-ware.de>
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 {