Fix jenkins dvc

This commit is contained in:
Wojciech Jarmosz 2021-06-12 22:17:18 +02:00
parent 24dbcd1ed2
commit 558f3546a0

View File

@ -5,6 +5,7 @@ pipeline {
parameters {
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
}
stages {
stage('RUN DVC') {
steps {
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
@ -21,4 +22,5 @@ pipeline {
mail body: "DVC - ${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}
}
}
}