one more try with image from dockerhub

This commit is contained in:
s434695 2021-06-12 00:26:27 +02:00
parent 01102350ee
commit 3e4f40bf84

View File

@ -1,5 +1,7 @@
pipeline {
agent { dockerfile true }
agent {
docker { image 'shroomy/ium:8' }
}
stages {
stage('Test') {
steps {