Jenkinsfile typo
This commit is contained in:
parent
7a83289b3d
commit
54f3d7bd2d
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user