PLIS
This commit is contained in:
parent
f8edb532d5
commit
c0a75da646
@ -30,4 +30,3 @@ RUN chmod +x ./test.py
|
|||||||
|
|
||||||
|
|
||||||
RUN useradd -r -u 111 jenkins
|
RUN useradd -r -u 111 jenkins
|
||||||
RUN dvc repro
|
|
@ -11,6 +11,7 @@ pipeline {
|
|||||||
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'
|
||||||
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 pull'
|
||||||
|
sh 'dvc repro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user