The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

get all file from specific folder from a commit in pipeline scripts

vmunisamy
May 19, 2021

I'am actually trying to get all files and folder from a git commit  from my branch, to place them in a certain directory that need to be created, so that in my script when ant is run it take those files into considerations for deployment. 

I know how to create a new repo in ant, but before that I need to get only those files in the last commit on the branch.

 

Here are the tools available in my docker image to write the script : 

Screenshot_13.png

 

My pipeline look like this : 

image:  
nameabhisheksaxena7/salesforcedockerimg
pipelines:  
branches:  
lot2:      
step:          
deploymentTest          
script:           
 - 
ant -buildfile build/build.xml getCode -Dsfdc.username=$SFDC_SRC_USERNAME -Dsfdc.password=$SFDC_SRC_PASS$SFDC_SRC_TOKEN -Dsfdc.serverurl=https://$SFDC_SERVERURL -Dsfdc.retrieveTarget=src            
ant -buildfile build/build.xml deployEmptyCheckOnly -Dsfdc.username=$SFDC_USERNAME -Dsfdc.password=$SFDC_PASS$SFDC_TOKEN -Dsfdc.serverurl=https://$SFDC_SERVERURL -Dsfdc.retrieveTarget=src

 Instead of the first line in the script for retrieving the code from my salesforce org, I want to get the files from my last commit and write them to the folder i will specify as the sfdc.retrieveTarget variable. I have no idea what to write to achieve this

 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events