next try
This commit is contained in:
parent
963b9dbb5f
commit
90e48483bb
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user