zad1
This commit is contained in:
parent
ad9cfc37ab
commit
6d316296e6
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -4,7 +4,11 @@ pipeline {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
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: './script.sh'
|
||||
archiveArtifacts 'linecount.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user