Added archiving stage to 'Jenkinsfile'
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d1b3993011
commit
b047b6f8fc
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -23,6 +23,11 @@ pipeline {
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
when {
|
||||
branch '**/master'
|
||||
|
Loading…
x
Reference in New Issue
Block a user