Merge pull request 'switched to prebuilt docker image' (#198) from mohr/docker into main
All checks were successful
EIVE/-/pipeline/head This commit looks good
All checks were successful
EIVE/-/pipeline/head This commit looks good
Reviewed-on: #198
This commit is contained in:
commit
eae0120643
@ -4,3 +4,6 @@ RUN apt-get update
|
|||||||
RUN apt-get --yes upgrade
|
RUN apt-get --yes upgrade
|
||||||
#tzdata is a dependency, won't install otherwise
|
#tzdata is a dependency, won't install otherwise
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
#pip needs a valid user to work
|
||||||
|
RUN adduser --uid 114 jenkins
|
7
automation/Jenkinsfile
vendored
7
automation/Jenkinsfile
vendored
@ -1,10 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
environment {
|
|
||||||
}
|
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
docker {
|
||||||
dir 'automation'
|
image 'eive-tmtc-ci:d2'
|
||||||
reuseNode true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user