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

Bamboo script pushing new file in bitbucket but removing old one from it.

Ranjith_R June 18, 2020

Hi,

I'm trying to push report file from bamboo script task using " git push -u origin master -f" to my bitbucket repository.

my script task which i added in bamboo plan:

  • git init
  • git lfs install
  • git lfs track ".html"
  • git add "abc.html" (abc.html is generated in above script which i haven't mentioned)
  • git commit -m  "abc html"
  • git push -u origin master -f

Using above commands i'm able to push it in bitbucket but Whenever i change file name and run the build , it is removing abc.html and saving other html file in repository .But i want to store each file in that repository.

As well as it is taking all code to the repository even when i'm not adding other files using git.I just want html files in repository.

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events