This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git
The following commit(s) were added to refs/heads/master by this push:
new fb6cb30 Fix shebang in Jenkinsfile, add comments
fb6cb30 is described below
commit fb6cb304ac7a8225f2cfc4de69f9bfca802311f3
Author: Georg Kallidis <[email protected]>
AuthorDate: Wed Jan 19 14:38:49 2022 +0100
Fix shebang in Jenkinsfile, add comments
---
Jenkinsfile | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 236f55b..8abc604 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,3 +1,5 @@
+#!groovy
+
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -14,7 +16,18 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#!groovy
+
+ // git-websites:
+// "Nodes that are reserved for ANY project that wants to build their website
docs and
+// publish directly live (requires asf-site and pypubsub"
+//
https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes:
+// only Jenkins nodes tagged with "git-websites" are able to push to an ASF
Git repositories "asf-site" branch
+// no git-websites label her using ubuntu
+
+// Jenkins build server used: https://builds.apache.org/ / ci-builds.apache.org
+
+// Fulcrum-turbine-build has submodules, which are NOT Used for this
Jenkinsfile.
+// The default is NOT to provide git clone --recurse-submodules flag).
def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'