From 413df34f53769588dc4ca118a67d279ed0ba04a6 Mon Sep 17 00:00:00 2001 From: Zuzanna Ric Date: Fri, 26 Apr 2019 13:11:06 +0200 Subject: [PATCH] pierwszy --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 4a611d6..3c3945b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s407604/s407604-mlworkshops2.git']]]) sh 'sh skrypt.sh wikiniews_results.tsv > results.txt' + archiveArtifacts 'results.txt' } } }