Try escaping to prevent Groovy picking up variable
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2021-02-02 15:15:48 -05:00
parent c482912fd8
commit 608c6f8ddb

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent { agent {
docker { docker {
image 'rust:1.48' image 'rust:1.48'
args "-v '$PWD':/usr/src/image-api" args "-v '\$PWD':/usr/src/image-api"
} }
} }