try 2
This commit is contained in:
parent
90e48483bb
commit
b94d07f6c9
6
automation/Jenkinsfile
vendored
6
automation/Jenkinsfile
vendored
@ -9,8 +9,10 @@ pipeline {
|
||||
|
||||
stages {
|
||||
stage('Rust Toolchain Info') {
|
||||
def rustVersion = sh(script: 'rustc --version', returnStatus: true).trim()
|
||||
echo "Rust Toolchain Vrsion: ${rustVersion}"
|
||||
steps {
|
||||
def rustVersion = sh(script: 'rustc --version', returnStatus: true).trim()
|
||||
echo "Rust Toolchain Vrsion: ${rustVersion}"
|
||||
}
|
||||
}
|
||||
stage('Clippy') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user