s
This commit is contained in:
parent
8fdb86cedf
commit
76d8430766
@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'my-python-mlflow'
|
||||||
|
args '-v /root/.cache:/root/.cache -u root'
|
||||||
|
}
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
PATH = "/path/to/your/python/bin:${env.PATH}"
|
PATH = "/path/to/your/python/bin:${env.PATH}"
|
||||||
SACRED_IGNORE_GIT = 'TRUE'
|
SACRED_IGNORE_GIT = 'TRUE'
|
||||||
|
Loading…
Reference in New Issue
Block a user