Questions tagged [bamboo-specs]

Atlassian Bamboo builds and deployment management with Java and YAML code.

51 questions
0
votes
1 answer

How to write a Bamboo build script to call to a REST endpoint

I have this endpoint @RequestMapping(value = "/refresh") public DataSource getMostRecentData() { return s3DataStoreService.getMostRecentSource(); } And I would like to know if it's possible to write a bamboo script that hits this endpoint, as…
lmngn23
  • 511
  • 3
  • 15
0
votes
1 answer

Bamboo docker build failing?

I have a docker container: /usr/bin/docker run --volume /home/bamboo/builds/xml-data/build-dir/360449/WEBSITE-BD-JOB3:/home/bamboo/builds/xml-data/build-dir/360449/WEBSITE-BD-JOB3 --volume…
bear
  • 11,364
  • 26
  • 77
  • 129
0
votes
2 answers

CxOSA scan saying "0 libraries were analyzed"

I have a bamboo plan with Checkmarx plugin . The CxSAST scan is working fine , scanning the code and giving the scan report, but CxOSA scan is not taking place I guess. The scan for CxOSA says 0 libraries were analyzed though I am using a lot of…
Kashyap Sharma
  • 109
  • 2
  • 10
0
votes
0 answers

Avoid New Master Branches in Bitbucket

Hi StackOverflow Community. We have a ticket system connected to Bitbucket-Server in which we can click 'Create Branch'. Then we go to the Bitbucket Server Site and we can choose repository, Branch type and so on. I want to block building a New…
0
votes
1 answer

How to enable Intellisense for Bamboo Specs Java in VSCode

Is it possible to have Intellisense support for Bamboo Specs Java in VSCode? Here's what I have done so far. I have JDK, JRE and Maven installed and working. I have Java extension pack for VSCode installed and working. Created a basic Bamboo Specs…
Dmitrii Lobanov
  • 4,897
  • 1
  • 33
  • 50
0
votes
1 answer

cannot find symbol sshCloneUrl for cloning repository in bamboo-specs

I am working on writing Bamboo Specs for a build plan where i am trying to clone the repository from bitbucket. Here is my Spec code for Java package tutorial; import com.atlassian.bamboo.specs.api.BambooSpec; import…
Abhijeet Kamble
  • 3,131
  • 2
  • 30
  • 36
1 2 3
4