You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/20 00:35:57 UTC

[felix-antora-site] branch main updated: try to fix Jenkinsfile syntax

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

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 627a319  try to fix Jenkinsfile syntax
627a319 is described below

commit 627a31913a0324a3ddc132102331c9bd54011350
Author: David Jencks <dj...@apache.org>
AuthorDate: Mon Jul 19 17:35:44 2021 -0700

    try to fix Jenkinsfile syntax
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2cf13d3..a26bc5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,5 +12,7 @@ pipeline {
 
             steps {
                 triggerRemoteJob remotePathMissing: [$class: 'StopAsFailure'], remotePathUrl: 'jenkins://712657a46c181b3ff60d2c029abcf8b7/Felix/website-build'        }
+            }
+        }
     }
 }
\ No newline at end of file