mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Jenkins fix compile job
- this was broken during the Snapdragon purge (#17921) that happened to correspond with the primary Jenkins master (ci.px4.io) being down.
This commit is contained in:
@@ -158,6 +158,8 @@ pipeline {
|
|||||||
def createBuildNode(Boolean archive, String docker_image, String target) {
|
def createBuildNode(Boolean archive, String docker_image, String target) {
|
||||||
return {
|
return {
|
||||||
|
|
||||||
|
bypass_entrypoint = ''
|
||||||
|
|
||||||
node {
|
node {
|
||||||
docker.withRegistry('https://registry.hub.docker.com', 'docker_hub_dagar') {
|
docker.withRegistry('https://registry.hub.docker.com', 'docker_hub_dagar') {
|
||||||
docker.image(docker_image).inside('-e CCACHE_BASEDIR=${WORKSPACE} -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' + bypass_entrypoint) {
|
docker.image(docker_image).inside('-e CCACHE_BASEDIR=${WORKSPACE} -v ${CCACHE_DIR}:${CCACHE_DIR}:rw' + bypass_entrypoint) {
|
||||||
|
|||||||
Reference in New Issue
Block a user