All bar one of the 4 comdev Git repos use 'main' as the default branch.
I think we should standardise on that going forward, and change the
default branch for comdev-site.
Agreed?
Sebb
-
To unsubscribe, e-mail: dev-unsubscr...@
sebbASF commented on PR #100:
URL: https://github.com/apache/comdev-site/pull/100#issuecomment-1492950991
> But it seems that only works for maven, jdk and gradle:
https://www.jenkins.io/doc/book/pipeline/syntax/#supported-tools.
However https://www.jenkins.io/doc/book/managing/tools/
sebbASF commented on code in PR #100:
URL: https://github.com/apache/comdev-site/pull/100#discussion_r1155094358
##
Jenkinsfile:
##
@@ -56,10 +68,13 @@ pipeline {
stage('Build') {
steps {
script {
-sh 'for i in $(which -
rlenferink commented on PR #100:
URL: https://github.com/apache/comdev-site/pull/100#issuecomment-1492909086
> Surely the version of Hugo provided by Jenkins is effectively pinned?
It indeed is pinned. But if INFRA (or another project) requests the version
to be updated then we might
rlenferink commented on code in PR #100:
URL: https://github.com/apache/comdev-site/pull/100#discussion_r1155086940
##
Jenkinsfile:
##
@@ -56,10 +68,13 @@ pipeline {
stage('Build') {
steps {
script {
-sh 'for i in $(whic