From 4a49e8c3130574a81ec6caedfb3c498af49eef50 Mon Sep 17 00:00:00 2001 From: s364909 Date: Fri, 26 Apr 2019 12:17:27 +0200 Subject: [PATCH] Almost_done2 --- Jenkinsfile | 2 +- input.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 input.txt diff --git a/Jenkinsfile b/Jenkinsfile index e4c6f23..03bbfed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ node { copyArtifacts filter: '*', 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/s364909/s364909-mlworkshops.git']]]) - sh 'sh code.sh wikiniews_results.tsv output.txt' + sh 'sh code.sh input.txt output.txt' archiveArtifacts 'output.txt' } diff --git a/input.txt b/input.txt new file mode 100644 index 0000000..e69de29