ci(ananke): archive stable build artifacts only
This commit is contained in:
parent
bc65124db0
commit
c5ec97d9a9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -282,7 +282,7 @@ PY
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true
|
archiveArtifacts artifacts: 'build/*.json,build/*.out,build/*.rc,build/*.txt,build/*.xml', allowEmptyArchive: true, fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user