change image
This commit is contained in:
parent
86d797f8d2
commit
94047412b7
@ -2,7 +2,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 's434804/ium:0.5'
|
image 'shroomy/ium:8'
|
||||||
args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns '
|
args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -13,12 +13,6 @@ pipeline {
|
|||||||
[], userRemoteConfigs: [[credentialsId: '87e24204-a0e1-4840-b235-2b993c922d83', url: 'https://git.wmi.amu.edu.pl/s434804/ium_434804.git']]])
|
[], userRemoteConfigs: [[credentialsId: '87e24204-a0e1-4840-b235-2b993c922d83', url: 'https://git.wmi.amu.edu.pl/s434804/ium_434804.git']]])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('install dependencies') {
|
|
||||||
steps {
|
|
||||||
sh 'python3 -m pip install dvc --user'
|
|
||||||
sh 'python3 -m pip install dvc[ssh] paramiko --user'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('DVC') {
|
stage('DVC') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user