fix csv path
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -488,7 +488,7 @@ pipeline {
|
||||
//badge_quality.setColor(getColorScale_reversed(complexity))
|
||||
|
||||
//badge_maintainability
|
||||
records = readCSV file: 'gitrepo/helpers-results/complexity_check/MI.csv'
|
||||
records = readCSV file: 'helpers-results/complexity_check/MI.csv'
|
||||
maintainability = records[1][1]
|
||||
badge_maintainability.setStatus(maintainability)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user