added args

This commit is contained in:
s495716 2024-03-29 13:29:43 +01:00
parent 3200d2ae07
commit 3abd125532

5
stats/Jenkinsfile vendored
View File

@ -1,6 +1,9 @@
pipeline { pipeline {
agent { agent {
docker { image 'jvncziii/ium:latest' } docker {
image 'jvncziii/ium:latest'
args '--entrypoint='
}
} }
parameters { parameters {
buildSelector( buildSelector(