This commit is contained in:
Jakub Zaręba 2023-05-10 23:57:56 +02:00
parent 254b155fb6
commit e8255501d9

View File

@ -1,6 +1,7 @@
pipeline {
agent any
environment {
PATH = "/path/to/your/python/bin:${env.PATH}"
SACRED_IGNORE_GIT = 'TRUE'
}
parameters {