script file uptaded
This commit is contained in:
parent
b4256f2e93
commit
c81e924ca9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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_linex.txt lines.txt'
|
||||
sh 'sh script.sh test_lines.txt lines.txt'
|
||||
archiveArtifacts 'lines.txt'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user