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

View File

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