-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: tricentis-ci-plugin
-
None
Unable to execute tosca events by passing test event names instead of configuration.xml file
Pipeline:
pipeline {
agent any
stages {
stage('Build') {
steps
}
}
}