From 2c69bb10b35e4868a0e3176f9f787b9844c578c6 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 5 Jul 2019 09:54:50 +0200
Subject: [PATCH] SSB-47: specifying job as a build machine

---
 CAL/Docker/Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CAL/Docker/Jenkinsfile b/CAL/Docker/Jenkinsfile
index 852e5137a02..f727c868990 100644
--- a/CAL/Docker/Jenkinsfile
+++ b/CAL/Docker/Jenkinsfile
@@ -1,5 +1,7 @@
 pipeline {
-    agent bob
+    agent {
+        label 'bob'
+    }
     stages {
         stage('Build base docker file') {
             steps {
-- 
GitLab