From 639285c03697c105f8c63679e10cbc5b52189319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Sat, 13 May 2023 12:11:42 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_dvc' --- Jenkinsfile_dvc | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 4228145..2775547 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -5,6 +5,7 @@ pipeline { stage('Clone repository') { steps { sh 'cd ium_452662' + sh 'cd zbior_ium' } }