This commit is contained in:
Jakub Zaręba 2023-05-24 01:16:49 +02:00
parent 63672310b1
commit 0f320c3e41
1 changed files with 6 additions and 0 deletions

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'