We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e81d4 commit 0da342eCopy full SHA for 0da342e
Jenkinsfile
@@ -82,7 +82,7 @@ pipeline {
82
when {
83
branch 'main'
84
anyOf {
85
- triggeredBy 'SCMTrigger'
+ not { triggeredBy 'TimerTrigger' }
86
tag 'release-*'
87
}
88
documentation/publish.sh
@@ -2,7 +2,7 @@
2
# Copyright (c) 2021, Oracle and/or its affiliates.
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
#
5
-# This script uses Hugo to generate the site for the project documentation and for archived versions.
+# This script uses Hugo to generate the site for the project documentation for archived versions.
6
set -o errexit
7
set -o pipefail
8
0 commit comments