added some flags again

This commit is contained in:
s495716 2024-03-29 13:43:14 +01:00
parent 0859a2f7f2
commit 22a25ae09c

1
stats/Jenkinsfile vendored
View File

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