We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70600a0 commit ec4a5c0Copy full SHA for ec4a5c0
Jenkinsfile
@@ -3,7 +3,7 @@ import ecdcpipeline.ContainerBuildNode
3
import ecdcpipeline.PipelineBuilder
4
5
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')
+ 'centos7': ContainerBuildNode.getDefaultContainerBuildNode('centos7-gcc11')
7
]
8
9
// Define number of old builds to keep.
0 commit comments