This commit is contained in:
Maciej 2021-04-12 01:03:11 +02:00
parent fee589984f
commit b85969e96d

4
stats/Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
docker {image 'maciejsobkowiak/ium:1'}
}
stages {