From fb90bc8c1f49bf61c25a1aa7dec39f941322d1b8 Mon Sep 17 00:00:00 2001 From: urpylka Date: Fri, 9 Mar 2018 16:45:54 +0400 Subject: [PATCH] Fix: remove duplicated agent Signed-off-by: urpylka --- image/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/image/Jenkinsfile b/image/Jenkinsfile index 4b4c9f84..d80339f3 100644 --- a/image/Jenkinsfile +++ b/image/Jenkinsfile @@ -2,7 +2,6 @@ pipeline { agent any stages { stage('Get image') { - agent any environment { RPI_DONWLOAD_URL = 'https://downloads.raspberrypi.org/raspbian_lite_latest' RPI_ZIP_NAME = 'raspbian_lite_latest.zip'