Skip to content

Commit

Permalink
follow up change on License property name change
Browse files Browse the repository at this point in the history
Signed-off-by: alwin.joseph <alwin.joseph@oracle.com>
  • Loading branch information
alwin-joseph committed Jun 27, 2019
1 parent 4cdec5f commit f9bd7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -175,8 +175,8 @@ spec:
description: 'Name of bundle file to be appended to the base url' )
choice(name: 'PROFILE', choices: 'FULL\nWEB',
description: 'Profile to be used for running CTS either web/full' )
choice(name: 'LICENSE', choices: 'PUBLIC\nECLIPSE',
description: 'License version to be used to build the TCK bundle(s) either Eclipse or Public(default)' )
choice(name: 'LICENSE', choices: 'EPL\nEFTL',
description: 'License file to be used to build the TCK bundle(s) either EPL(default) or Eclipse Foundation TCK License' )
choice(name: 'DATABASE', choices: 'JavaDB\nOracle\nMySQL',
description: 'Database to be used for running CTS. Currently only JavaDB is supported.' )
choice(name: 'BUILD_TYPE', choices: 'CTS\nSTANDALONE-TCK',
Expand Down

0 comments on commit f9bd7aa

Please sign in to comment.