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,9 +15,14 @@ pipeline {
|
||||||
when {
|
when {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
CREDENTIALS = credentials('docker-registry')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
dockerDeploy()
|
dockerDeploy()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
sendEmail()
|
sendEmail()
|
||||||
|
|
Loading…
Reference in New Issue