ci: jjb-deploy should have a "deployment" stage

The stage is called "validate" at the moment, this is a copy/paste
mistake from the jjb-validate job.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-03 17:00:04 +02:00 committed by mergify[bot]
parent 86448395a5
commit 0f811e9735

View File

@ -17,7 +17,7 @@
stage('checkout ci repository') {
git url: "${GIT_REPO}", branch: "${GIT_BRANCH}", changelog: false
}
stage('validation') {
stage('deployment') {
sh './deploy/jjb.sh deploy'
}
}