@@ -0,0 +1,10 @@
pipeline {
agent { docker { image 'node:13.10-alpine' } }
stages {
stage('build') {
steps {
sh 'npm --version'
}
The note is not visible to the blocked user.