From a760876bdcfb1f2fa6ced824acebc78a1f5072b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Zab=C5=82o=C5=84ski?= Date: Sun, 27 Mar 2022 18:31:51 +0200 Subject: [PATCH] Zaktualizuj 'jenkinsfile' run script --- jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index 97b3627..ce46dbd 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -12,15 +12,10 @@ pipeline { sh "git branch -a" // Checkout to a specific branch in your repo. sh "git checkout master" - sh "curl -o adult-income-dataset.csv https://git.wmi.amu.edu.pl/s478831/ium_478831/src/commit/afaecaa22f5e6f24e43aab1e4155c8d033582d3e/adult-income-dataset.csv" + sh "chmod u+x ./script2.sh" } } - post { - always { - archiveArtifacts artifacts: 'adult-income-dataset.csv', onlyIfSuccessful: true - } - } } } }