@@ -2,9 +2,11 @@ pipeline {
agent any
stages {
stage('Check') {
steps {
sh 'cargo check'
}
post {
cleanup {
cleanWs()
The note is not visible to the blocked user.