Skip to content

Commit 92b5a3a

Browse files
author
dwightguth
authored
try to reuse node for docker container (runtimeverification#281)
1 parent a12a703 commit 92b5a3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pipeline {
6767
docker {
6868
image 'ubuntu:bionic'
6969
args '-u 0'
70+
reuseNode true
7071
}
7172
}
7273
options { skipDefaultCheckout() }

0 commit comments

Comments
 (0)