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