Jenkins CI #2

Merged
cameron merged 14 commits from feature/jenkins-ci into master 2021-02-02 21:24:14 +00:00
Showing only changes of commit 5efc849acb - Show all commits

2
Jenkinsfile vendored
View File

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