Reduces stages to test deployment

This commit is contained in:
Lukasz Lenart
2020-02-09 09:50:20 +01:00
parent a70041b27a
commit c339b087e5
Vendored
+3 -1
View File
@@ -11,7 +11,7 @@ pipeline {
options {
buildDiscarder logRotator(daysToKeepStr: '14', numToKeepStr: '10')
timeout(80)
disableConcurrentBuilds()
// disableConcurrentBuilds()
skipStagesAfterUnstable()
}
triggers {
@@ -35,6 +35,7 @@ pipeline {
}
}
}
/*
stage('Code Quality') {
when {
branch 'master'
@@ -56,6 +57,7 @@ pipeline {
sh 'mvn -B source:jar javadoc:jar -DskipAssembbly'
}
}
*/
stage('Deploy Snapshot') {
when {
branch 'master'