asd
This commit is contained in:
parent
9e789ec5ec
commit
763cb3e0ae
@ -30,3 +30,5 @@ RUN chmod +x ./test.py
|
|||||||
|
|
||||||
|
|
||||||
RUN useradd -r -u 111 jenkins
|
RUN useradd -r -u 111 jenkins
|
||||||
|
RUN dvc pull
|
||||||
|
RUN dvc repro
|
@ -9,8 +9,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||||
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_KEY'
|
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_KEY'
|
||||||
sh 'dvc pull'
|
|
||||||
sh 'dvc repro'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user