This commit is contained in:
Jakub Zaręba 2023-05-11 00:01:38 +02:00
parent 8fdb86cedf
commit 76d8430766

View File

@ -1,5 +1,10 @@
pipeline {
agent any
agent {
docker {
image 'my-python-mlflow'
args '-v /root/.cache:/root/.cache -u root'
}
}
environment {
PATH = "/path/to/your/python/bin:${env.PATH}"
SACRED_IGNORE_GIT = 'TRUE'