Skip to content

Commit ec4a5c0

Browse files
authored
Update build node version (#79)
1 parent 70600a0 commit ec4a5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ecdcpipeline.ContainerBuildNode
33
import ecdcpipeline.PipelineBuilder
44

55
container_build_nodes = [
6-
'centos7': new ContainerBuildNode('dockerregistry.esss.dk/ecdc_group/build-node-images/centos7-build-node:10.0.2-dev', '/usr/bin/scl enable devtoolset-11 rh-python38 -- /bin/bash -e -x')
6+
'centos7': ContainerBuildNode.getDefaultContainerBuildNode('centos7-gcc11')
77
]
88

99
// Define number of old builds to keep.

0 commit comments

Comments
 (0)