From 15844dc5e9df02dd284463d6171670e5427e35bb Mon Sep 17 00:00:00 2001 From: email Date: Fri, 26 Apr 2019 11:58:56 +0200 Subject: [PATCH] script file uptaded --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48a4221..6d6b423 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,6 @@ node { copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() sh 'ls -l' checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416422/s416422-mlworkshops.git']]]) - sh 'sh script.sh test_lines.txt lines.txt' + sh 'sh script.sh wikiniews_results.tsv lines.txt' archiveArtifacts 'lines.txt' }