ci: who wrote this
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
dockerContainer {
|
||||||
image 'rust:1.75' // Use official Rust Docker image
|
image 'rust:1.75' // Use official Rust Docker image
|
||||||
args '-v $HOME/.cargo:/root/.cargo' // Cache Cargo dependencies
|
args '-v $HOME/.cargo:/root/.cargo' // Cache Cargo dependencies
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user