Build from Dockerfile to improve caching
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This should improve build times with changes that don't change the dependencies in Cargo.toml.
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -1,8 +1,8 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'rust:1.55'
|
||||
args '-v "$PWD":/usr/src/image-api'
|
||||
dockerfile {
|
||||
filename 'Dockerfile.ci'
|
||||
args '-v "$PWD:/usr/src/image-api'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user