ci: who wrote this

This commit is contained in:
2025-07-13 20:39:48 +03:00
parent 951018bb96
commit 10b59769f9

2
Jenkinsfile vendored
View File

@@ -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
}