chmod
This commit is contained in:
parent
6d316296e6
commit
e91c46595b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -6,6 +6,7 @@ pipeline {
|
||||
echo 'Hello world!'
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416296/s416296-mlworkshops.git']]])
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh label: '', script: 'chmod a+rwx script.sh'
|
||||
sh label: '', script: './script.sh'
|
||||
archiveArtifacts 'linecount.txt'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user