diff --git a/automation/Dockerfile b/automation/Dockerfile index 9faa42f..61f39b6 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -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 \ No newline at end of file diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 118cbf7..e130d35 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -1,10 +1,7 @@ pipeline { - environment { - } agent { - dockerfile { - dir 'automation' - reuseNode true + docker { + image 'eive-tmtc-ci:d2' } } stages {