From 2a8734e44013c2d2aa16b78b41a7a5c2bcc013c9 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 20 Mar 2020 20:48:03 +0700 Subject: [PATCH] test jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a78d9e..6d92c0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stages { stage('Build') { steps { - echo $ENV_NAME + echo "${ENV_NAME}" // sh 'pwd' // sh 'ls' // sh 'npm install'