this is okay

This commit is contained in:
2023-09-18 17:50:50 +02:00
parent 5d8b5ce370
commit a6bced7983

@ -10,7 +10,6 @@ pipeline {
stages { stages {
stage('Rust Toolchain Info') { stage('Rust Toolchain Info') {
steps { steps {
echo "Rust Toolchain Version"
sh 'rustc --version' sh 'rustc --version'
} }
} }