Skip to content

Commit

Permalink
Add retention period for java 11 artifacts
Browse files Browse the repository at this point in the history
pr-link: #12761
change-id: cid-93affe749467c59b4879f09a95920387ee20355d
  • Loading branch information
Xenorith authored Jan 26, 2021
1 parent 9985a35 commit 2de2609
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java11_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ jobs:
**/target/artifacts/*
**/target/logs/*
log*
retention-days: 7
1 change: 1 addition & 0 deletions .github/workflows/java11_integration_tests_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
**/target/artifacts/*
**/target/logs/*
log*
retention-days: 7
1 change: 1 addition & 0 deletions .github/workflows/java11_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ jobs:
**/target/artifacts/*
**/target/logs/*
log*
retention-days: 7
1 change: 1 addition & 0 deletions .github/workflows/java11_unit_tests_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
**/target/artifacts/*
**/target/logs/*
log*
retention-days: 7

0 comments on commit 2de2609

Please sign in to comment.