Dodanie 'Jenkinsfile_dvc'
This commit is contained in:
parent
c4c983d762
commit
66a95f4e23
23
Jenkinsfile_dvc
Normal file
23
Jenkinsfile_dvc
Normal file
@ -0,0 +1,23 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Clone repository') {
|
||||
steps {
|
||||
git clone 'https://git.wmi.amu.edu.pl/s452662/ium_452662'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Download DVC files') {
|
||||
steps {
|
||||
sh 'dvc pull'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run DVC') {
|
||||
steps {
|
||||
sh 'dvc reproduce'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user