Merge pull request 'switched to prebuilt docker image' (#198) from mohr/docker into main
EIVE/-/pipeline/head This commit looks good Details

Reviewed-on: #198
This commit is contained in:
Robin Müller 2023-06-11 13:36:27 +02:00
commit eae0120643
2 changed files with 5 additions and 5 deletions

View File

@ -4,3 +4,6 @@ RUN apt-get update
RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
#pip needs a valid user to work
RUN adduser --uid 114 jenkins

View File

@ -1,10 +1,7 @@
pipeline {
environment {
}
agent {
dockerfile {
dir 'automation'
reuseNode true
docker {
image 'eive-tmtc-ci:d2'
}
}
stages {