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 {
|
stages {
|
||||||
stage('Rust Toolchain Info') {
|
stage('Rust Toolchain Info') {
|
||||||
def rustVersion = sh(script: 'rustc --version', returnStatus: true).trim()
|
steps {
|
||||||
echo "Rust Toolchain Vrsion: ${rustVersion}"
|
def rustVersion = sh(script: 'rustc --version', returnStatus: true).trim()
|
||||||
|
echo "Rust Toolchain Vrsion: ${rustVersion}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Clippy') {
|
stage('Clippy') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user