This commit is contained in:
s495716 2024-03-29 16:34:35 +01:00
parent 30c2697f41
commit 525cd04482

1
stats/Jenkinsfile vendored
View File

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