Jenkinsfile - v.3
This commit is contained in:
parent
1777c89714
commit
07f466cd6d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -6,6 +6,11 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
git 'https://git.wmi.amu.edu.pl/s416122/s416122-mlworkshops'
|
git 'https://git.wmi.amu.edu.pl/s416122/s416122-mlworkshops'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
stage('copyArtifacts') {
|
||||||
|
steps {
|
||||||
|
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './s416122-mlworkshops'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user