deleted args

This commit is contained in:
s495716 2024-03-29 13:36:32 +01:00
parent cdaf89d26e
commit 0859a2f7f2

1
stats/Jenkinsfile vendored
View File

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