switched to prebuilt docker image

This commit is contained in:
Ulrich Mohr 2023-06-11 11:56:39 +02:00 committed by Robin Mueller
parent 95511e484e
commit 8bbd37cf76
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@ pipeline {
environment {
}
agent {
dockerfile {
dir 'automation'
reuseNode true
docker {
image 'eive-tmtc-ci:d1'
}
}
stages {