Skip to content

Commit

Permalink
copy only current artifactis
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Nov 8, 2024
1 parent 4cab986 commit a466cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ distributions.each {
artifacts.each { deb_file ->
println "Copying artifact: " + deb_file
archiveArtifacts artifacts: 'dist/debian/' + deb_file
sh 'cp $WORKSPACE/dist/debian/' + deb_file + ' $WORKSPACE'
}
sh 'mv $WORKSPACE/dist/debian/*.deb $WORKSPACE'
}
}
}
Expand Down

0 comments on commit a466cb5

Please sign in to comment.