added JenkinsFile

This commit is contained in:
2021-11-16 09:20:57 -03:00
parent 3e88b4f659
commit 7a2207d508
Vendored
+1
View File
@@ -11,6 +11,7 @@ pipeline {
sh 'npm config ls'
sh 'npm install'
}
}
}
stage('Test') {