Disables Code quality step in Jenkins pipeline to avoid overriding GH Actions results

This commit is contained in:
Lukasz Lenart
2022-09-30 08:19:09 +02:00
parent cbfd3a7ab9
commit 2217e2c1ca
Vendored
+2
View File
@@ -88,6 +88,7 @@ pipeline {
}
}
}
/*
stage('Code Quality') {
when {
branch 'master'
@@ -98,6 +99,7 @@ pipeline {
}
}
}
*/
}
post {
always {