diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 3008ef5..7cca18c 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -30,7 +30,7 @@ def changedFiles = ''; def run_pylint(pyver) { stage ('pylint-' + pyver) { - gerritPostCheck(["jenkins:pylint_${pyver}:"RUNNING"]) + gerritPostCheck(["jenkins:pylint_${pyver}":"RUNNING"]) def status = 'OK' changedFiles = sh returnStdout: true, script: '''\ #!/bin/bash