1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-20 05:19:40 +02:00

seleniumExecuteTests: fix type (#569)

This commit is contained in:
Christopher Fenner 2019-03-19 12:07:05 +01:00 committed by GitHub
parent d4d68a7a2b
commit 60cbd2cd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import groovy.text.SimpleTemplateEngine
@Field String STEP_NAME = getClass().getName()
@Field GENERAL_CONFIG_KEYS = STEP_CONFIG_KEYS
@Field Set GENERAL_CONFIG_KEYS = STEP_CONFIG_KEYS
@Field Set STEP_CONFIG_KEYS = [
'buildTool', //defines the tool which is used for executing the tests