•  
      request #19206 Fix Psalm execution in CI pipelines
    Infos
    #19206
    Thomas Gerbet (tgerbet)
    2021-01-21 09:28
    2021-01-21 09:06
    20776
    Details
    Fix Psalm execution in CI pipelines
    Currently Psalm is failing in the "taint analysis" pipeline.

    ```
    + docker pull enalean/tuleap-test-phpunit:c7-php73
    c7-php73: Pulling from enalean/tuleap-test-phpunit
    2d473b07cdd5: Pulling fs layer
    71c0abb38fa5: Pulling fs layer
    c78e163c84df: Pulling fs layer
    71c0abb38fa5: Verifying Checksum
    71c0abb38fa5: Download complete
    c78e163c84df: Verifying Checksum
    c78e163c84df: Download complete
    2d473b07cdd5: Verifying Checksum
    2d473b07cdd5: Download complete
    2d473b07cdd5: Pull complete
    71c0abb38fa5: Pull complete
    c78e163c84df: Pull complete
    Digest: sha256:25c3a99d7af828efc71b2d24e1b1e501754977c45a7d131cce156725d782c6b6
    Status: Downloaded newer image for enalean/tuleap-test-phpunit:c7-php73
    docker.io/enalean/tuleap-test-phpunit:c7-php73
    Cannot invoke method runPsalmTaintAnalysis() on null object
    ```

    To be honest I'm not even sure how it worked until now...
    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Declined
    Empty
    Attachments
    Empty
    References
    Referenced by request #19206

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2021-01-21 09:28
    Closing, I thought it's just an unfortunate side effect of request #18503.

    > To be honest I'm not even sure how it worked until now...

    Answer: it works but it's easier to see it works when your are reading Jenkins/Groovy with syntax highlighting...

    • Status changed from Under review to Declined