From 172507af3ce5eae78385d623d926caa4c209ed9f Mon Sep 17 00:00:00 2001 From: Sanjeev435 Date: Sun, 6 Jan 2019 14:16:26 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6b56f812d..13ea1993e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -print( properties ([ +properties ([ parameters([ string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'), choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'),