Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

SBT Assembly Artifact

Hi , I'm trying to create Deployment project for my bamboo plan. As a part of it , im trying to create Artifact.

For SBT Assemblty everytime jar file will be created in

.../target/scala<version>/<Assembly.jar>

So now when i'm defining artifact what is the copy pattern i should give so that only jar file will be available for next Task( for eg: SCP Task)

for eg:

If i define

Location  --> folder/<<sbtproject>>/target

copy pattern --> **/scala*/Assembly*.jar

 

Then after next scp task , i can see Assembly jar with scala folder in target director

for eg:

scala-2.12/Assembly_0.21.jar

 

How can i over come this ? so that i can only copy jar files to respective envionments.

 

Kailash

 

 

 

 

 

2 answers

1 accepted

1 vote
Answer accepted

Instead of **/scala*/Assembly*.jar 

scala*/Assembly*.jar

So now only Assembly jar is considered.

0 votes
Victor Debone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 05, 2019

Hello @Kailash, welcome to the Atlassian Community :)

May I ask some clarifying questions before I can try to help you?

I want to understand better which part or behaviour of artifact copying in Bamboo you specifically want to overcome, maybe, can you rephrase your question?

Also, you mentioned that you have the SBT Assembly jar being created, is that being created from a build plan or an environment task?

 

Victor

Hi @Victor Debone  , Thanks for reply.

The part where i was facing difficult was while defining the  "copy Pattern"  for Deployment Project.

So when i trigger the deployment project, the scp task was coping the assembly jar with folders  as welll.

for eg: scala-2.12/Assembly_0.21.jar

 

I resolved this issue by adjusting the copy pattern.

Like Victor Debone likes this
Victor Debone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 06, 2019

You're welcome @Kailash, I'm glad that you found a working solution :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events