@@ -0,0 +1,11 @@
pipeline {
agent none
stages {
stage('Docker Build') {
agent any
steps {
sh 'docker build -t nginx .'
}
The note is not visible to the blocked user.