s
This commit is contained in:
parent
e089fb1453
commit
cf1cdf798d
@ -5,6 +5,9 @@ pipeline {
|
|||||||
args '-v /root/.cache:/root/.cache -u root'
|
args '-v /root/.cache:/root/.cache -u root'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
SACRED_IGNORE_GIT = 'TRUE'
|
||||||
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
|
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user