added summ flags

This commit is contained in:
s495716 2024-03-29 13:33:45 +01:00
parent 3abd125532
commit cdaf89d26e

2
stats/Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'jvncziii/ium:latest'
args '--entrypoint='
args '-it --entrypoint=/bin/bash'
}
}
parameters {