Guest User

Untitled

a guest
Jan 3rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. set JAVA_OPTS=-Denvironment=%environment% -DloginUrl=%loginUrl% -Dusername=%username% -Dpassword=%password% -DuserCount=%userCount% -DprojectName=%projectName%
  2. "D:Program FilesJenkinsGATLING2.2.5gatling-charts-highcharts-bundle-2.2.5bingatling.bat" -s testFile
  3.  
  4. D:Program FilesJenkinsjobsworkspace>set JAVA_OPTS=-Denvironment=https://test.com -DloginUrl=https://test1.com -Dusername=qauser1 -Dpassword=qauser -DuserCount=1 -DprojectName=Test
  5.  
  6. D:Program FilesJenkinsjobsworkspace>"D:Program FilesJenkinsGATLING2.2.5gatling-charts-highcharts-bundle-2.2.5bingatling.bat" -s testFile
  7. GATLING_HOME is set to "D:Program FilesJenkinsGATLING2.2.5gatling-charts-highcharts-bundle-2.2.5"
  8. JAVA = ""D:Javajdk1.8.0_25binjava.exe""
  9. Error: Could not find or load main class Test
  10. Build step 'Execute Windows batch command' marked build as failure
  11. Archiving Gatling reports...
  12. Could not find a Gatling report in results folder.
  13. No newer Gatling reports to archive.
  14. Finished: FAILURE
Add Comment
Please, Sign In to add comment