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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new d7f435a  CAMEL-13753: add required `steps`
d7f435a is described below

commit d7f435a0f2b2622f43af4af06a77d5a85cb4d9e6
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Jul 23 17:54:17 2019 +0200

    CAMEL-13753: add required `steps`
    
    Forgot to place `build` step within `steps` block.
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 87247ab..2af34b4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,9 @@ pipeline {
                 changeset 'docs/**/*'
             }
 
-            build 'Camel.website'
+            steps {
+                build 'Camel.website'
+            }
         }
 
         stage('Checks') {

Reply via email to