next try
Rust/spacepackets/pipeline/head There was a failure building this commit Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-09-18 17:36:10 +02:00
parent 963b9dbb5f
commit 90e48483bb
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 2 additions and 2 deletions

View File

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