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