mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Jenkins archive nuttx elf files
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -27,6 +27,7 @@ pipeline {
|
||||
sh "make sizes"
|
||||
sh "ccache -s"
|
||||
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
||||
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -54,6 +55,7 @@ pipeline {
|
||||
sh "make sizes"
|
||||
sh "ccache -s"
|
||||
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
||||
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -79,6 +81,7 @@ pipeline {
|
||||
sh "make sizes"
|
||||
sh "ccache -s"
|
||||
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
||||
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user