trying to get docker image from docker hub

This commit is contained in:
s434695 2021-06-12 00:19:36 +02:00
parent 9216857fdf
commit 46a3c72480

View File

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