Update Jenkinsfile

This commit is contained in:
Sanjeev435 2019-01-06 14:16:26 +05:30 committed by GitHub
parent 7790a63463
commit 172507af3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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'),