ps updates
This commit is contained in:
parent
3b876136c8
commit
6b4e193939
@ -129,6 +129,10 @@ public class PlanSpec {
|
||||
new VcsCheckoutTask().description("Checkout Default Repository")
|
||||
.checkoutItems(new CheckoutItem().defaultRepository()).cleanCheckout(true),
|
||||
|
||||
new ArtifactDownloaderTask().description("Download version artifact")
|
||||
.sourcePlan(new PlanIdentifier("RED","UI")).artifacts(new DownloadItem().artifact("version")),
|
||||
|
||||
|
||||
new ScriptTask().inlineBody("ls -la ."),
|
||||
// read version from artifact
|
||||
new InjectVariablesTask().path("${bamboo.build.working.directory}/version/version.properties"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user