one more try with image from dockerhub
This commit is contained in:
parent
01102350ee
commit
3e4f40bf84
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
agent {
|
||||
docker { image 'shroomy/ium:8' }
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user