From 731d9d8c829c37b8ccf50581c30622455692de35 Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sat, 2 Apr 2022 22:36:41 +0200 Subject: [PATCH] r9 --- Jenkinsfile-stats | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 46011c5..82b6648 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -1,7 +1,5 @@ pipeline { - agent { - docker { image 's444507_create_dataset_image:latest' } - } + agent any stages { stage('Get arifacts') { steps { @@ -10,6 +8,7 @@ pipeline { } stage('Show stats') { steps { + sh " docker image ls" sh "./stats-docker.sh" } }