Skip to content
Snippets Groups Projects
Unverified Commit 777416a1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

Jenkinsfile: require gluon-docker-v2 for build stage

This is required to build the next branch which requires rsync to be
available.
parent 358be325
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ pipeline {
}
}
stage('build') {
agent { label 'gluon-docker' }
agent { label 'gluon-docker-v2' }
steps {
sh label: 'Identify runner', script: 'echo $SLAVE_NAME'
sh 'make update'
......@@ -70,6 +70,9 @@ pipeline {
As soon, as you properly rebuilt your docker container, you
can notify lemoer, that you have updated your node.
- gluon-docker-v1: add shellcheck binary to the build environment
- gluon-docker-v2: add qemu-testlab testing, requires KVM virtualization support
- gluon-docker-v1:
- 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
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment