Compare commits
No commits in common. "d75a83585c6b7d51d760a4d4b5e9a042fae49c1e" and "b9f4c74168cc1c9ee814e62ea23665cde6401db6" have entirely different histories.
d75a83585c
...
b9f4c74168
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -23,11 +23,6 @@ pipeline {
|
|||||||
sh "bmlsa -h"
|
sh "bmlsa -h"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("archive") {
|
|
||||||
steps {
|
|
||||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage("publish") {
|
stage("publish") {
|
||||||
when {
|
when {
|
||||||
branch '**/master'
|
branch '**/master'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user