mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
Disables Code quality step in Jenkins pipeline to avoid overriding GH Actions results
This commit is contained in:
Vendored
+2
@@ -88,6 +88,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
stage('Code Quality') {
|
||||
when {
|
||||
branch 'master'
|
||||
@@ -98,6 +99,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
||||
Reference in New Issue
Block a user