diff --git a/Test/Jenkinsfile b/Test/Jenkinsfile index cb2062c..5842024 100644 --- a/Test/Jenkinsfile +++ b/Test/Jenkinsfile @@ -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' } } }