3
0

remove spelling and mdl stages as the ide does care for that

This commit is contained in:
Arne Teuke
2025-02-28 16:06:19 +01:00
parent c8c58615c5
commit 698e1b0a8f
4 changed files with 1 additions and 192 deletions

19
Jenkinsfile vendored
View File

@@ -64,24 +64,7 @@ pipeline {
}
}
stage('markdown-lint') {
steps {
sh '''
source /opt/rh/rh-ruby27/enable
mdl README.md
'''
}
}
stage('spell check') {
steps {
sh '''
mdspell -r -n -a "**/*.md"
'''
}
}
stage('SonarScan') {
stage('SonarScan') {
steps {
sh '''
/opt/sonar-scanner/bin/sonar-scanner \