mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins: fix msg files stash
This commit is contained in:
parent
f2bae02f87
commit
b98656ccb4
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -150,8 +150,8 @@ pipeline {
|
||||
steps {
|
||||
sh './msg/tools/generate_msg_docs.py -d /tmp/msg_docs'
|
||||
dir('/tmp') {
|
||||
archiveArtifacts(artifacts: 'msg_docs/*.md')
|
||||
stash includes: 'msg_docs/*.md', name: 'msg_documentation'
|
||||
archiveArtifacts(artifacts: '/tmp/msg_docs/*.md')
|
||||
stash includes: '/tmp/msg_docs/*.md', name: 'msg_documentation'
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user