122eea5 Escape $ to fix Jenkins interpolation warning (#5178)

1 file Authored by abitrolly 2 years ago, Committed by ngompa 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
        
  • jenkins
    pending
    Build #4102 in progress (commit: 122eea52)
    2 years ago
  • jenkins
    failure
    Build #4102 failed (commit: 122eea52)
    2 years ago
file modified
+1 -1