Packet ID trait implementations #30

Merged
muellerr merged 10 commits from packet-id-trait-impls into main 2023-09-18 18:19:32 +02:00
Showing only changes of commit 5d8b5ce370 - Show all commits

View File

@ -10,8 +10,8 @@ pipeline {
stages { stages {
stage('Rust Toolchain Info') { stage('Rust Toolchain Info') {
steps { steps {
def rustVersion = sh(script: 'rustc --version', returnStatus: true).trim() echo "Rust Toolchain Version"
echo "Rust Toolchain Vrsion: ${rustVersion}" sh 'rustc --version'
} }
} }
stage('Clippy') { stage('Clippy') {