bump used docker container for CI/CD
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good

This commit is contained in:
2022-07-04 10:23:05 +02:00
parent 46123172ae
commit e6e2e1a935
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pipeline {
BUILDDIR = 'cmake-build-debug'
}
agent {
docker { image 'fsfw-ci:d2'}
docker { image 'fsfw-ci:d3'}
}
stages {
stage('Clean') {