It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I've created a build plan that simply fetches a branch from a remote GIT repository and creates a deployable artifcate using the ANT copy pattern "**/*". The build plan runs fine and the contents of the artifact mirror all the files and directories in my GIT repository. I'm also able deploy the artifact to a remote Ubuntu server successfully using a SCP Task. My remote directory has the exact same contents as my artifact as desired.
The problem is when I look at the log file, I see the SCP task creating the artifacts directories over and over again in rapid succession. My artifact has an "app" folder at the root directory and my log file of the SCP task looks as follows:
[snippit]
simle 07-Feb-2014 15:35:35 Creating remote directory 'app'... simple 07-Feb-2014 15:35:35 Creating remote directory 'app'... simple 07-Feb-2014 15:35:35 Creating remote directory 'app'... simple 07-Feb-2014 15:35:35 Creating remote directory 'app'... simple 07-Feb-2014 15:35:35 Creating remote directory 'app'... simple 07-Feb-2014 15:35:35 Creating remote directory 'app'... simple 07-Feb-2014 15:35:35 Creating remote directory 'app'...
[snippit]
It almost looks like it's creating the directory for each file that's being uploaded into it, even for files that are nested many levels deep within the app/ directory structure.
Any advice with what's going on here is much appreciated. Thanks!
- Harry
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreBamboo 5.9 will no longer be supported after June 12, 2017. What does this mean? As part of our End of Life policy, Atlassian supports major versions for two years after the first major iteratio...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.