jenkinsfile
This commit is contained in:
parent
2b0ec4b89f
commit
03d7fb03cc
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,8 +5,8 @@ pipeline {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh label: '', script: 'wc -l wikiniews_results.tsv'
|
||||
echo 'Hello world!'
|
||||
sh label: '', script: 'wc -l wikiniews_results.tsv > liczba_linii.txt'
|
||||
sh 'ls'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user