mirror of
https://github.com/valitydev/image-columbus.git
synced 2024-11-06 02:25:16 +00:00
fix pipeline step name
This commit is contained in:
parent
e8e2f437b0
commit
90200a804b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,12 +11,12 @@ build('image-columbus', 'docker-host') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pipeDefault() {
|
pipeDefault() {
|
||||||
runStage('build postgres image') {
|
runStage('build image') {
|
||||||
sh "make build_image"
|
sh "make build_image"
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
if (env.BRANCH_NAME == 'master') {
|
if (env.BRANCH_NAME == 'master') {
|
||||||
runStage('push postgresimage') {
|
runStage('push image') {
|
||||||
sh "make push_image"
|
sh "make push_image"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user