Use "./" in the Jenkinsfile?
This commit is contained in:
parent
377063c5fd
commit
4912ffbd9f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ pipeline {
|
||||
steps {
|
||||
echo 'Deploying....'
|
||||
dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false }
|
||||
zip zipFile: './Yerbacon-ARM_lpkg.zip', archive: true, glob: "*.tar.gz, *.sh"
|
||||
zip zipFile: './Yerbacon-ARM_lpkg.zip', archive: true, glob: "./*.tar.gz, ./*.sh"
|
||||
dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user