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