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 f090c30 try to fix Jenkinsfile syntax
f090c30 is described below
commit f090c303fbdcc6aa9c4950985083897816735bb7
Author: David Jencks <[email protected]>
AuthorDate: Mon Jul 19 17:37:15 2021 -0700
try to fix Jenkinsfile syntax
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index a26bc5d..ae451b7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
// }
steps {
- triggerRemoteJob remotePathMissing: [$class: 'StopAsFailure'],
remotePathUrl: 'jenkins://712657a46c181b3ff60d2c029abcf8b7/Felix/website-build'
}
+ triggerRemoteJob remotePathMissing: [$class: 'StopAsFailure'],
remotePathUrl: 'jenkins://712657a46c181b3ff60d2c029abcf8b7/Felix/website-build'
}
}
}