Jenkinsfile typo

This commit is contained in:
Ulrich Mohr 2022-02-07 16:49:42 +01:00
parent 7a83289b3d
commit 54f3d7bd2d
1 changed files with 1 additions and 1 deletions

View File

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