From 1bc0af69eba45381539caadbf8a95aa94a09dffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 8 Apr 2021 23:04:14 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_Stats' --- Jenkinsfile_Stats | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile_Stats b/Jenkinsfile_Stats index de1bea7..9b242c9 100644 --- a/Jenkinsfile_Stats +++ b/Jenkinsfile_Stats @@ -1,5 +1,5 @@ pipeline { - agent any + agent {docker {image 's430705/ium:1'}} parameters { buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR') } @@ -13,7 +13,6 @@ pipeline { } } stage("Lab04 CW3"){ - agent{ docker {image 's430705/ium:1'}} steps { sh 'python3 ./script2.py' }