Jenkinsfile another typo

This commit is contained in:
Ulrich Mohr 2022-02-07 16:50:59 +01:00
parent 54f3d7bd2d
commit 7208139630
1 changed files with 1 additions and 1 deletions

View File

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