No pull for images, they are recreated in the job
Change-Id: I4ac389873310a411ea33ed6c06af8ec8f752dfd6 Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/25838 Tested-by: Bjoern Pedersen <bjoern.pedersen@frm2.tum.de> Reviewed-by: Bjoern Pedersen <bjoern.pedersen@frm2.tum.de>
This commit is contained in:
parent
ffc2c495fb
commit
2cf6e167a8
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@ -228,8 +228,8 @@ node("dockerhost") {
|
||||
}
|
||||
|
||||
stage('execute tests') {
|
||||
def img = docker.image('secop_base:latest').pull()
|
||||
def docimg = docker.image('secop_docs:latest').pull()
|
||||
def img = docker.image('secop_base:latest')
|
||||
def docimg = docker.image('secop_docs:latest')
|
||||
|
||||
parallel 'Test': {
|
||||
img.inside {
|
||||
|
Loading…
x
Reference in New Issue
Block a user