This commit is contained in:
s495716 2024-03-29 16:18:22 +01:00
parent b2ac49ef1c
commit a471ad1e20

1
stats/Jenkinsfile vendored
View File

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