dvc refactoring

This commit is contained in:
Mikołaj Pokrywka 2022-06-05 15:55:11 +02:00
parent 204df976c2
commit ba4841f68d

View File

@ -2,13 +2,7 @@ pipeline {
agent {
dockerfile true
}
parameters {
password(
defaultValue: '',
description: 'DVC pass',
name: 'IUM_SFTP_KEY'
)
}
stages {
stage('checkout: Check out from version control') {
steps {