Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-66824

Unable to execute Tosca test event by passign test-event name instead of configuration.xml file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 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

      { tricentisCI newTricentisClientPath: '/path/to/ToscaCIJavaClient.jar', configurationFilePath: '',*testEvents: 'Sanity test'*,newEndpoint: 'xxx/DistributionServerService/ManagerService.svc' }

      }
      }
      }

            tricentis agileaoteam
            raje_93 Raje K
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: