Branch: refs/heads/master
Home: https://github.com/jenkinsci/bumblebee-plugin
Commit: dca3ecdbf8e0d8866d0d47521d747b4963375eaf
https://github.com/jenkinsci/bumblebee-plugin/commit/dca3ecdbf8e0d8866d0d47521d747b4963375eaf
Author: Sergey Oplavin <[email protected]>
Date: 2017-05-26 (Fri, 26 May 2017)
Changed paths:
M src/main/java/com/agiletestware/bumblebee/testset/RunTestSetBuildStep.java
M src/main/java/com/agiletestware/bumblebee/uft/RunUftTestBuildStep.java
Log Message:
-----------
Adjust build steps names
Commit: 9410adb95ad5281fbafe45a521512f55fa273734
https://github.com/jenkinsci/bumblebee-plugin/commit/9410adb95ad5281fbafe45a521512f55fa273734
Author: Sergey Oplavin <[email protected]>
Date: 2017-05-26 (Fri, 26 May 2017)
Changed paths:
M
src/main/resources/com/agiletestware/bumblebee/uft/RunUftTestBuildStep/config.jelly
Log Message:
-----------
BUM-114 Fix title
Commit: 56dc049ef79cc216761f93bb4b9e8faddd2f038c
https://github.com/jenkinsci/bumblebee-plugin/commit/56dc049ef79cc216761f93bb4b9e8faddd2f038c
Author: Sergey Oplavin <[email protected]>
Date: 2017-05-26 (Fri, 26 May 2017)
Changed paths:
M
src/main/resources/com/agiletestware/bumblebee/uft/RunUftTestBuildStep/config.jelly
Log Message:
-----------
BUM-114 Fix title
Commit: 3ce31443253522794c5242e15b88e0549c1495ac
https://github.com/jenkinsci/bumblebee-plugin/commit/3ce31443253522794c5242e15b88e0549c1495ac
Author: Sergey Oplavin <[email protected]>
Date: 2017-05-31 (Wed, 31 May 2017)
Changed paths:
M src/main/java/com/agiletestware/bumblebee/BumblebeeGlobalConfig.java
M src/main/java/com/agiletestware/bumblebee/JenkinsBuildLogger.java
A src/main/java/com/agiletestware/bumblebee/pc/RunPcTestBuildStep.java
A src/main/java/com/agiletestware/bumblebee/pc/RunPcTestContextImpl.java
A
src/main/java/com/agiletestware/bumblebee/pc/RunPerformanceTestCallable.java
M src/main/java/com/agiletestware/bumblebee/util/BumblebeeUtils.java
A src/main/java/com/agiletestware/bumblebee/validator/HpAlmUrlValidator.java
A src/main/java/com/agiletestware/bumblebee/validator/HpUrls.java
A src/main/java/com/agiletestware/bumblebee/validator/HpUserValidator.java
A
src/main/java/com/agiletestware/bumblebee/validator/RegExpMatchValidator.java
A
src/main/java/com/agiletestware/bumblebee/validator/StringNotEmptyValidator.java
A
src/main/java/com/agiletestware/bumblebee/validator/StringStartsWithValidator.java
A
src/main/java/com/agiletestware/bumblebee/validator/UftRunnerPathValidator.java
A
src/main/java/com/agiletestware/bumblebee/validator/UrlAvailableValidator.java
A src/main/java/com/agiletestware/bumblebee/validator/Validator.java
M
src/main/resources/com/agiletestware/bumblebee/BumblebeeGlobalConfig/config.jelly
A
src/main/resources/com/agiletestware/bumblebee/BumblebeeGlobalConfig/help-pcTimeOut.html
A
src/main/resources/com/agiletestware/bumblebee/BumblebeeGlobalConfig/help-pcUrl.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/config.jelly
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-domain.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-failIfTaskFails.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-outputDir.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-pollingInterval.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-postRunActionString.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-project.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-retryCount.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-retryInterval.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-retryIntervalMultiplier.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-testLabPath.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-testPlanPath.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-timeout.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-timeslotDuration.html
A
src/main/resources/com/agiletestware/bumblebee/pc/RunPcTestBuildStep/help-vudsMode.html
A src/test/java/com/agiletestware/bumblebee/pc/RunPcTestContextImplTest.java
Log Message:
-----------
BUM-123 Add a new step to run test in Performance Center
Commit: 8c5b6188a75001e3f53a4d88f02d46de1088190d
https://github.com/jenkinsci/bumblebee-plugin/commit/8c5b6188a75001e3f53a4d88f02d46de1088190d
Author: Sergey Oplavin <[email protected]>
Date: 2017-05-31 (Wed, 31 May 2017)
Changed paths:
M src/main/java/com/agiletestware/bumblebee/testset/RunTestSetBuildStep.java
Log Message:
-----------
Rename build step to be in the same style as others
Compare:
https://github.com/jenkinsci/bumblebee-plugin/compare/7b6a830f3f13...8c5b6188a750
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.