From d3978f1b6463c95a8a7a89f4fb488f3ad8de64ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 8 Apr 2021 21:10:33 +0200 Subject: [PATCH] Dodanie Dockerfile LAB4 --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 02925aa..dd3bf87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,11 @@ pipeline{ string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false) } stages{ + stage('Docker') { + steps { + sh 'python3 script.py' + } + } stage('Stage 1'){ steps{ echo 'Hello World!'