Fix: remove duplicated agent

Signed-off-by: urpylka <urpylka@gmail.com>
This commit is contained in:
urpylka
2018-03-09 16:45:54 +04:00
committed by Smirnov Artem
parent 0c275dce98
commit fb90bc8c1f

1
image/Jenkinsfile vendored
View File

@@ -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'