diff --git a/openshift/pipelines/Jenkinsfile-develop b/openshift/pipelines/Jenkinsfile-develop index 65e6749fb..009ac12bc 100644 --- a/openshift/pipelines/Jenkinsfile-develop +++ b/openshift/pipelines/Jenkinsfile-develop @@ -1,6 +1,6 @@ result = 0 runParallel = true -tfrsRelease="v1.6.2" +tfrsRelease="v1.6.3" def runFunctionalTest = input id: 'runFunctionalTest', message: 'Do you want to run functional test?', parameters: [choice(choices: ['Yes', 'No'], description: 'Option for running functional test', name: 'runFunctionalTest')]