dsl/scripts/pr_check.groovy (5 lines): - line 22: // TODO Docker image and args could be passed as env or anything ? - line 52: // TODO ci token as env ? - line 82: configFileProvider([configFile(fileId: 'kie-pr-settings', variable: 'MAVEN_SETTINGS_FILE')]) { // TODO as env ? - line 83: withCredentials([string(credentialsId: 'kie-ci3-token', variable: 'GITHUB_TOKEN')]) { // TODO as env ? - line 135: // TODO remove debug option