Skip to content

Commit

Permalink
HSEARCH-4924 Jenkinsfile: Fix stashing in the default build
Browse files Browse the repository at this point in the history
The error was introduced in c36c8f1
  • Loading branch information
yrodiere committed Aug 28, 2023
1 parent f2354a4 commit 091501f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ stage('Default build') {
"} \
"""
dir(helper.configuration.maven.localRepositoryPath) {
unstash name:'default-build-result'
stash name:'default-build-result', includes:"org/hibernate/search/**"
}

if (!enableDefaultBuildIT) {
Expand Down

0 comments on commit 091501f

Please sign in to comment.