artifacts

This commit is contained in:
Timo Bejan 2021-08-02 16:21:12 +03:00
parent 1dc7d65fbf
commit f156ee43e3
2 changed files with 1 additions and 3 deletions

View File

@ -85,7 +85,7 @@ public class PlanSpec {
"BAMBOO_DOWNLOAD_PASS=\"${bamboo.bamboo_download_pass}\" " +
"BAMBOO_DOWNLOAD_USER=\"${bamboo.bamboo_download_user}\" "),
// read version from artifact
new InjectVariablesTask().path("version.properties"),
new InjectVariablesTask().path("redaction-ui/version.properties"),
// commit release
new VcsCommitTask().commitMessage("chore(release)").repository("RED / ui"),
// create tag with this version

View File

@ -6,8 +6,6 @@ imageName="nexus.iqser.com:5001/red/$PROJECT"
dockerfileLocation="docker/$PROJECT/Dockerfile"
mv ../common-ui ./libs/
ls -la ./libs
ls -la ./libs/common-ui
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
# shellcheck disable=SC2154