Esempio n. 1
0
												Conditional: outputPlan,
											},
										},
									},
								},
							},
						},
					},
				},
			}

			var err error
			build, err = execEngine.CreateBuild(buildModel, input)
			Ω(err).ShouldNot(HaveOccurred())

			build.Resume(logger)
		})

		Describe("with a putget in an aggregate", func() {
			BeforeEach(func() {
				outputPlan = &atc.ConditionalPlan{
					Conditions: atc.Conditions{atc.ConditionSuccess},
					Plan: atc.Plan{
						Location: &atc.Location{},
						Aggregate: &atc.AggregatePlan{
							atc.Plan{
								Location: &atc.Location{},
								Conditional: &atc.ConditionalPlan{
									Conditions: []atc.Condition{atc.ConditionSuccess},
									Plan: atc.Plan{
										OnSuccess: &atc.OnSuccessPlan{