diff --git a/jenkinsfile b/jenkinsfile index 45a1b56..9144de4 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -4,12 +4,12 @@ pipeline { stage('Stage 1') { steps { echo 'Hello World' - echo 'Trigger Check' checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416251/s416251-mlworkshops.git']]]) copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() sh('chmod +x ./lines.sh') sh(' ./lines.sh') archiveArtifacts 'lines_number.txt' + archiveArtifacts 'wer.txt' } } } diff --git a/lines.sh b/lines.sh index 5433ecf..d6540ef 100644 --- a/lines.sh +++ b/lines.sh @@ -1 +1,3 @@ +# zliczenie liczby linijekw pliku wikinews i zapisanie do lines_number.txt wc -l wikiniews_results.tsv > lines_number.txt +