Jenkinsfile: require gluon-docker-v2 for build stage
This is required to build the next branch which requires rsync to be available.
This commit is contained in:
parent
358be325b2
commit
777416a175
9
contrib/ci/Jenkinsfile
vendored
9
contrib/ci/Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
agent { label 'gluon-docker' }
|
agent { label 'gluon-docker-v2' }
|
||||||
steps {
|
steps {
|
||||||
sh label: 'Identify runner', script: 'echo $SLAVE_NAME'
|
sh label: 'Identify runner', script: 'echo $SLAVE_NAME'
|
||||||
sh 'make update'
|
sh 'make update'
|
||||||
@ -70,6 +70,9 @@ pipeline {
|
|||||||
As soon, as you properly rebuilt your docker container, you
|
As soon, as you properly rebuilt your docker container, you
|
||||||
can notify lemoer, that you have updated your node.
|
can notify lemoer, that you have updated your node.
|
||||||
|
|
||||||
- gluon-docker-v1: add shellcheck binary to the build environment
|
- gluon-docker-v1:
|
||||||
- gluon-docker-v2: add qemu-testlab testing, requires KVM virtualization support
|
- add shellcheck binary to the build environment
|
||||||
|
- gluon-docker-v2:
|
||||||
|
- add qemu-testlab testing, requires KVM virtualization support
|
||||||
|
- require rsync dependency to be able to build the next branch
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user