Compare commits
3 Commits
b9f4c74168
...
d75a83585c
Author | SHA1 | Date | |
---|---|---|---|
d75a83585c | |||
f1fe568818 | |||
59e2dcaa9d |
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -23,6 +23,11 @@ pipeline {
|
||||
sh "bmlsa -h"
|
||||
}
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
when {
|
||||
branch '**/master'
|
||||
|
Loading…
Reference in New Issue
Block a user