• Jaroslava Fiedlerova's avatar
    Jenkinsfile-GitLab-Container: declare pipeline variables · 3f3c0b5e
    Jaroslava Fiedlerova authored
    Did you forget the `def` keyword? WorkflowScript seems to be setting a field named JOB_TIMESTAMP (to a value of type String) which could lead to memory leaks or other issues.
    Did you forget the `def` keyword? WorkflowScript seems to be setting a field named MR_NUMBER (to a value of type String) which could lead to memory leaks or other issues.
    3f3c0b5e
Jenkinsfile-GitLab-Container 32.3 KB