From 289bca1e8fa636e417dd4c7f5d426452009b7f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 8 Apr 2021 22:55:00 +0200 Subject: [PATCH] LAB04 CW3.2 --- Jenkinsfile_Stats | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile_Stats b/Jenkinsfile_Stats index 3169d4a..16d1c8a 100644 --- a/Jenkinsfile_Stats +++ b/Jenkinsfile_Stats @@ -12,5 +12,11 @@ pipeline { archiveArtifacts "stats.txt" } } + stage ("Lab04 CW3"){ + agent{ docker {image 's430705/ium:1'}} + steps { + sh 'python3 ./script2.py' + } + } } } \ No newline at end of file