Skip to content

Commit

Permalink
Add $ escape that Jenkins is suddenly claiming is a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jun 13, 2024
1 parent e1915e8 commit 42f9411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
stage('setup') {
steps {
sh '''
echo "Current directory: $(pwd)"
echo "Current directory: \\$(pwd)"
# export PATH=$PATH:$HOME/.local/bin
echo "Path: $PATH"
Expand Down

0 comments on commit 42f9411

Please sign in to comment.