4f3ade2 Escape $ to fix Jenkins interpolation warning (#5178)

1 file Authored by abitrolly 2 years ago, Committed by pingou 2 years ago,
    Escape $ to fix Jenkins interpolation warning (#5178)
    
    Escaping $ in "" string makes the variable expanded by shell, and not Jenkins itself

    

    Explained in example in official docs

    https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#for-other-credential-types
        
file modified
+1 -1