Answered question

Is it possible to integrate neoload+git+jenkins for DevOps?

Is it possible to integrate neoload+git+jenkins for DevOps.
STEP 1. Neoload scripts stored in git.
STEP 2. Jenkins must retrieve the Neoload script from GIT and run it with the locally present neoloadCMD.exe.
STEP 3. should monitor the execution with Neoload web and also should be able to monitor with Dynatrace.

since all the auto/manual/NFT scripts are stored in same GIT, NTS is not to be used here.

Is this setup possible?

RUDRA GANESH S.
RUDRA GANESH S.

RUDRA GANESH S.

Level
1
126 / 750
points

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

RUDRA GANESH S.
RUDRA GANESH S.

RUDRA GANESH S.

Level
1
126 / 750
points

Thanks Neil,
Should I use the Jenkinsfile concept here [Pipeline]?

can you provide a sample or an example Pipeline Script code for Neoload script to retrieval from git by jenkin for local access.(Snippet Generator).

I can see a lot on maven, require for Neoload(.nlp)

You can use the Neoload build action or a pipeline call, both will work. Here is an example of Neoload from the Snippet generator (you will need to be on recent Neoload plugin to see this)...
neoloadRun executable: 'C:\\Program Files\\NeoLoad 6.5\\bin\\NeoLoadCmd.exe', project: [server: 'My NTS', name: 'Mine_v650', publishTestResult: true], testName: 'Result of SomePipeTest $Date{hh:mm - dd MMM yyyy} (build ${BUILD_NUMBER})', testDescription: 'My pipe run...', commandLineOption: '-nlweb -nlwebAPIURL http://ubuntu-playpen:8080 -nlwebToken tDG9eZIYsgvA98F29gF1JxPW -variables sla_failure=100', scenario: 'SomeScenario', sharedLicense: [server: 'My NTS', duration: 2, vuCount: 50], trendGraphs: ['AvgResponseTime', 'ErrorRate']