switched to prebuilt docker image #198

Merged
muellerr merged 4 commits from mohr/docker into main 2023-06-11 13:36:28 +02:00
Showing only changes of commit 252d140b8e - Show all commits

View File

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