Skip to content
Snippets Groups Projects
Commit ed0e8fab authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1518 disable version check on build

parent 93582869
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ pipeline {
}
stages {
stage('Check Version') {
/* stage('Check Version') {
steps {
script {
FAILED_STAGE = env.STAGE_NAME
......@@ -48,7 +48,7 @@ pipeline {
}
}
}
}
}*/
stage('Build Kop-Common') {
steps {
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment