artifacts
This commit is contained in:
parent
1dc7d65fbf
commit
f156ee43e3
@ -85,7 +85,7 @@ public class PlanSpec {
|
|||||||
"BAMBOO_DOWNLOAD_PASS=\"${bamboo.bamboo_download_pass}\" " +
|
"BAMBOO_DOWNLOAD_PASS=\"${bamboo.bamboo_download_pass}\" " +
|
||||||
"BAMBOO_DOWNLOAD_USER=\"${bamboo.bamboo_download_user}\" "),
|
"BAMBOO_DOWNLOAD_USER=\"${bamboo.bamboo_download_user}\" "),
|
||||||
// read version from artifact
|
// read version from artifact
|
||||||
new InjectVariablesTask().path("version.properties"),
|
new InjectVariablesTask().path("redaction-ui/version.properties"),
|
||||||
// commit release
|
// commit release
|
||||||
new VcsCommitTask().commitMessage("chore(release)").repository("RED / ui"),
|
new VcsCommitTask().commitMessage("chore(release)").repository("RED / ui"),
|
||||||
// create tag with this version
|
// create tag with this version
|
||||||
|
|||||||
@ -6,8 +6,6 @@ imageName="nexus.iqser.com:5001/red/$PROJECT"
|
|||||||
dockerfileLocation="docker/$PROJECT/Dockerfile"
|
dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||||
|
|
||||||
mv ../common-ui ./libs/
|
mv ../common-ui ./libs/
|
||||||
ls -la ./libs
|
|
||||||
ls -la ./libs/common-ui
|
|
||||||
|
|
||||||
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
|
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user