We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd20e6 commit 6c9d22aCopy full SHA for 6c9d22a
2 files changed
.ci/scripts/travis_has_changes.sh
@@ -2,7 +2,7 @@
2
set -exuo pipefail
3
4
# Changes on these files will trigger all builds.
5
-COMMON_DIRLIST="vendor dev-tools .travis.yml testing"
+COMMON_DIRLIST="vendor dev-tools .travis.yml testing .ci"
6
7
# Commit range to check for. For example master...<PR branch>
8
RANGE=$TRAVIS_COMMIT_RANGE
Jenkinsfile
@@ -835,6 +835,7 @@ def isChangedOSSCode(patterns) {
835
"^libbeat/*",
836
"^testing/*",
837
"^dev-tools/*",
838
+ "^\\.ci/*",
839
]
840
return isChanged(always + patterns)
841
}
@@ -847,6 +848,7 @@ def isChangedXPackCode(patterns) {
847
848
849
850
"^x-pack/libbeat/.*",
851
852
853
854
0 commit comments