mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
86448395a5
commit
0f811e9735
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user