fix bracket 2

This commit is contained in:
Dawid 2021-06-12 18:19:38 +02:00
parent e9d0cd3603
commit bfa9aad8f8

View File

@ -18,9 +18,7 @@ pipeline {
sh 'python -m pip install dvc[ssh] paramiko' sh 'python -m pip install dvc[ssh] paramiko'
} }
} }
} stage('DVC') {
stage('DVC') {
steps {
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
sh "dvc init -f" sh "dvc init -f"
sh "dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp" sh "dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp"