From e880c09935b4d55dca2ac8f5b52881cf3e77d1d7 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 8 Apr 2021 18:44:44 +0200 Subject: [PATCH] fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9ee5562..6d7c907 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,18 +12,18 @@ pipeline { ) } stages { - stage('Test') { + stage('Test') { steps { sh 'cat /etc/issue' } } - stages { // 4. Repozytorium [2 pkt] stage('checkout: Check out from version control') { steps { git 'https://git.wmi.amu.edu.pl/s434788/ium_434788' } } + // 5. Zapisanie zbioru danych [4 pkt] + 7. Parametry zadania [1 pkt] stage('sh: Shell Script') { steps {