trying to get docker image from docker hub
This commit is contained in:
parent
9216857fdf
commit
46a3c72480
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
agent {
|
||||
docker { image 'shroomy/ium:6' }
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user