Skip to content

Commit

Permalink
ON-16084: Don't include ReleaseNotes in jenkins stash
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrawley-xilinx committed Oct 3, 2024
1 parent a00a0fa commit 2656211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ nm.slack_notify() {
archiveArtifacts(artifacts: '*.tgz')
archiveArtifacts(artifacts: '*.md5')
archiveArtifacts(artifacts: '*.txt')
sh 'rm *ReleaseNotes.txt'
stash name: 'text_files', includes: '*.txt'
zip_and_archive_files(
"tcpdirect-${tcpdirect_version_long}-tarball-doxbox.zip",
Expand Down

0 comments on commit 2656211

Please sign in to comment.