@@ -1,5 +1,8 @@
pipeline {
agent { dockerfile true }
agent {
docker { image 'node:17-alpine' }
}
stages {
stage('Init') {
steps {
The note is not visible to the blocked user.