@@ -0,0 +1,21 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
}
stage('Test') {
echo 'Testing..'
stage('Deploy') {
echo 'Deploying....'
The note is not visible to the blocked user.