This commit is contained in:
Jakub Zaręba 2023-05-24 01:16:49 +02:00
parent 63672310b1
commit 0f320c3e41

View File

@ -42,6 +42,12 @@ pipeline {
}
}
stage('Clean DVC Cache') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc gc -c'
}
}
stage('Configure DVC Remote') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc remote add -d new_storage /home/user/dvc_storage'