back to dockerfile

This commit is contained in:
s434695 2021-06-12 00:23:43 +02:00
parent 46a3c72480
commit 01102350ee

View File

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