test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 20:48:03 +07:00
parent 67fa815359
commit 2a8734e440

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stages {
stage('Build') {
steps {
echo $ENV_NAME
echo "${ENV_NAME}"
// sh 'pwd'
// sh 'ls'
// sh 'npm install'