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