From 777416a175a7ce0b15884328c5dfff3e27a5577b Mon Sep 17 00:00:00 2001
From: Martin Weinelt <martin@darmstadt.freifunk.net>
Date: Wed, 15 Apr 2020 23:05:57 +0200
Subject: [PATCH] Jenkinsfile: require gluon-docker-v2 for build stage

This is required to build the next branch which requires rsync to be
available.
---
 contrib/ci/Jenkinsfile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/contrib/ci/Jenkinsfile b/contrib/ci/Jenkinsfile
index b69ce9a1b..432b02fde 100644
--- a/contrib/ci/Jenkinsfile
+++ b/contrib/ci/Jenkinsfile
@@ -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
 */
-- 
GitLab