Jenkinsfile refactor
gitea/vn-autoconfig/master This commit looks good
Details
gitea/vn-autoconfig/master This commit looks good
Details
This commit is contained in:
parent
9df24b8357
commit
973ec06b56
|
@ -15,7 +15,12 @@ pipeline {
|
||||||
when {
|
when {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
dockerDeploy()
|
environment {
|
||||||
|
CREDENTIALS = credentials('docker-registry')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
dockerDeploy()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in New Issue