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