Switching to a static docker image #549

Merged
mohr merged 3 commits from mohr/static_docker into development 2022-02-07 17:02:01 +01:00
Showing only changes of commit 54f3d7bd2d - Show all commits

View File

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