Skip to content

Commit ccfeaf0

Browse files
authored
CLOUD-869 Enhance Jenkinsfile to skip builds for specified non-trigger files (#977)
* Enhance Jenkinsfile to skip builds for specified non-trigger files * Add support for manual builds. * remove .e2eignore from .e2eignore * Add .github directory to .e2eignore * invert the logic and make it a early return(moving to top), reducing nested ifs * Refactor Jenkinsfile to remove unnecessary leading './' from file paths
1 parent d5d2b15 commit ccfeaf0

File tree

2 files changed

+191
-95
lines changed

2 files changed

+191
-95
lines changed

.e2eignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.github/**
2+
docs/**
3+
examples/**
4+
licenses/**
5+
code-of-conduct.md
6+
CONTRIBUTING.md
7+
LICENSE.md
8+
README.md
9+
.gitignore
10+
release_versions

0 commit comments

Comments
 (0)