add dockerhub
This commit is contained in:
parent
9415d12005
commit
6f524c5903
@ -24,9 +24,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Docker') {
|
stage('Docker') {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
docker {
|
||||||
filename 'Dockerfile'
|
image 'shuavii/ium:latest'
|
||||||
dir 'ium_z444439'
|
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user