mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Jenkins always distclean each build
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -234,6 +234,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make distclean'
|
||||||
sh 'make check_format'
|
sh 'make check_format'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -589,6 +590,7 @@ pipeline {
|
|||||||
docker { image 'px4io/px4-dev-base:2017-12-30' }
|
docker { image 'px4io/px4-dev-base:2017-12-30' }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make distclean'
|
||||||
sh 'make airframe_metadata'
|
sh 'make airframe_metadata'
|
||||||
archiveArtifacts(artifacts: 'airframes.md, airframes.xml', fingerprint: true)
|
archiveArtifacts(artifacts: 'airframes.md, airframes.xml', fingerprint: true)
|
||||||
}
|
}
|
||||||
@@ -599,6 +601,7 @@ pipeline {
|
|||||||
docker { image 'px4io/px4-dev-base:2017-12-30' }
|
docker { image 'px4io/px4-dev-base:2017-12-30' }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make distclean'
|
||||||
sh 'make parameters_metadata'
|
sh 'make parameters_metadata'
|
||||||
archiveArtifacts(artifacts: 'parameters.md, parameters.xml', fingerprint: true)
|
archiveArtifacts(artifacts: 'parameters.md, parameters.xml', fingerprint: true)
|
||||||
}
|
}
|
||||||
@@ -609,6 +612,7 @@ pipeline {
|
|||||||
docker { image 'px4io/px4-dev-base:2017-12-30' }
|
docker { image 'px4io/px4-dev-base:2017-12-30' }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make distclean'
|
||||||
sh 'make module_documentation'
|
sh 'make module_documentation'
|
||||||
archiveArtifacts(artifacts: 'modules/*.md', fingerprint: true)
|
archiveArtifacts(artifacts: 'modules/*.md', fingerprint: true)
|
||||||
}
|
}
|
||||||
@@ -622,6 +626,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make distclean'
|
||||||
sh 'make uorb_graphs'
|
sh 'make uorb_graphs'
|
||||||
archiveArtifacts(artifacts: 'Tools/uorb_graph/graph_sitl.json')
|
archiveArtifacts(artifacts: 'Tools/uorb_graph/graph_sitl.json')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user