Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUD-869 Enhance Jenkinsfile to skip builds for specified non-trigger files #1752

Merged
merged 27 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5e09524
Enhance Jenkinsfile to skip builds for specified non-trigger files
ptankov Dec 10, 2024
15cd0e5
Add .e2eignore file to exclude specified files and directories from e…
ptankov Dec 10, 2024
d65a062
Merge branch 'main' into CLOUD-869
ptankov Dec 11, 2024
29165cf
Merge branch 'main' into CLOUD-869
ptankov Dec 19, 2024
e5af9bd
Merge branch 'main' into CLOUD-869
ptankov Dec 19, 2024
7cfd037
debug
ptankov Dec 19, 2024
5a885fd
debug
ptankov Dec 19, 2024
8c970ba
Enhance Jenkins pipeline to handle manual rebuilds and improve loggin…
ptankov Dec 19, 2024
f4fca45
debug
ptankov Dec 19, 2024
6e6e938
Add support for manual builds in Jenkins pipeline to ensure execution
ptankov Dec 19, 2024
b6b8057
Update Jenkinsfile to propagate failure state for aborted or unstable…
ptankov Dec 19, 2024
3a31bae
Refactor failure state check in Jenkinsfile to use array for improved…
ptankov Dec 19, 2024
fcf2723
Update Jenkinsfile to propagate previous build result for e2eignore f…
ptankov Dec 19, 2024
e7a587a
Update Jenkinsfile to clarify messaging for unsuccessful previous builds
ptankov Dec 19, 2024
bd5e9ee
Merge branch 'main' into CLOUD-869
ptankov Dec 20, 2024
e36fae3
Merge branch 'main' into CLOUD-869
ptankov Jan 1, 2025
4ab77f6
Remove unnecessary commands from Jenkinsfile for cleaner Docker build…
ptankov Jan 1, 2025
64b99ca
Merge branch 'main' into CLOUD-869
ptankov Jan 6, 2025
fc97aba
sort events by time using --sort-by=".lastTimestamp"
ptankov Jan 6, 2025
15eff24
Extract node preparation steps into a function.
ptankov Jan 7, 2025
3170f3a
Remove Jenkinsfile from .e2eignore
ptankov Jan 7, 2025
1fa46dd
remove .e2eignore from .e2eignore
ptankov Jan 7, 2025
1c1570e
Bring back golicense installation to Jenkinsfile
ptankov Jan 7, 2025
9627c94
Merge branch 'main' into CLOUD-869
ptankov Jan 8, 2025
ead2404
Fix Jenkinsfile to use relative paths for test execution and build co…
ptankov Jan 8, 2025
902e1ac
Add release_versions to .e2eignore
ptankov Jan 8, 2025
ef27572
Merge branch 'main' into CLOUD-869
ptankov Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .e2eignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
docs/**
ptankov marked this conversation as resolved.
Show resolved Hide resolved
code-of-conduct.md
CONTRIBUTING.md
README.md
.gitattributes
.gitignore
LICENSE
operator.png
kubernetes.svg
release_versions
Loading
Loading