fix spec issue

This commit is contained in:
Timo Bejan 2020-11-10 11:11:00 +02:00
parent 566e2ac3e5
commit c566244ae7

View File

@ -117,7 +117,7 @@ public class PlanSpec {
private Job createCypressJob() {
return new Job("Cypress UI Tests Job", new BambooKey("UI-TESTS-CYPRESS")).tasks(
return new Job("Cypress UI Tests Job", new BambooKey("UITESTSCYPRESS")).tasks(
new VcsCheckoutTask().description("Checkout Default Repository")
.checkoutItems(new CheckoutItem().defaultRepository()),