update jenkinsfile
Some checks failed
Rust CI / CI occurred while executing withChecks step.

This commit is contained in:
bQUARKz 2026-04-07 09:44:52 +01:00
parent 78f087ec13
commit da48c8b116
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8

View File

@ -1,6 +1,10 @@
pipeline { pipeline {
agent any agent any
environment {
PATH = "/var/jenkins_home/.cargo/bin:${env.PATH}"
}
stages { stages {
stage('CI') { stage('CI') {
steps { steps {