added args
This commit is contained in:
parent
3200d2ae07
commit
3abd125532
5
stats/Jenkinsfile
vendored
5
stats/Jenkinsfile
vendored
@ -1,6 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'jvncziii/ium:latest' }
|
||||
docker {
|
||||
image 'jvncziii/ium:latest'
|
||||
args '--entrypoint='
|
||||
}
|
||||
}
|
||||
parameters {
|
||||
buildSelector(
|
||||
|
Loading…
Reference in New Issue
Block a user