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