Skip to content

Commit

Permalink
Fetch version without profile - v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bargenilesh committed Apr 19, 2017
1 parent 2f3fa9f commit ec6eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/bin/jenkins-build-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fi
group=`fromPom2 main project.groupId`
artifact=ui
path=${nexus_repositories}/${artifact_repository_id}/`echo ${group} | sed "s/\./\//g"`/${artifact}/${version}
zip=${project}-${artifact}-${profile}-${version}.zip
zip=${project}-${artifact}-test-${version}.zip
zip_path=${path}/${zip}

echo "++ Archiving: ${zip} ${zip_path}"
Expand Down

0 comments on commit ec6eee1

Please sign in to comment.