This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Inspired by | |
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/triggers/TimerTrigger.java#L107 | |
Some approvals are required in Jenkins in order to execute the following sample | |
*/ | |
import hudson.scheduler.CronTabList; | |
pipeline { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# References, | |
# https://stackoverflow.com/questions/46671790/how-to-export-visual-studio-load-test-results-in-ltrar-format | |
# http://answers.flyppdevportal.com/MVC/Post/Thread/07f025fb-67ad-4569-b10d-b8913a575a3a | |
# Import the API | |
[System.Reflection.Assembly]::LoadFrom("C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.QualityTools.LoadTest.dll") | Out-Null | |
[System.Reflection.Assembly]::LoadWithPartialName("LoadTest") | Out-Null | |
# SQL connectionstring of results store |