Questions tagged [quickbuild]

QuickBuild is PMease's build automation and management tool derived from LuntBuild.

16 questions
20
votes
6 answers

Job inheritance in Jenkins jobs

How do you handle mapping Jenkins jobs to your build process, and have you been able to build in cascading configurations on inheritance? For any given build I'll have at least three jobs (standard continuous integration/nightly, security scan,…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
4
votes
3 answers

OutOfMemoryError creating clover-snapshot in Ant running from QuickBuild

I have a QuickBuild server (5.0.14). This is running a build step using ant. The Ant target looks like this: We are using Clover…
WW.
  • 23,793
  • 13
  • 94
  • 121
2
votes
0 answers

How can I build every committed revision in Quickbuild?

I find that if I schedule a periodic build with anything approaching "immediately upon checkin" (e.g. "every 15 seconds") that build requests start piling up on top of each other, because the scheduler will wait for the actual build (which takes ~5…
Andres Jaan Tack
  • 22,566
  • 11
  • 59
  • 78
1
vote
1 answer

Maven release:prepare unable to commit to Git repository when using a CI

I am using Quickbuild as my CI. When using Maven's release management plugin and running the release:prepare command, I am getting an error committing the tag to my Git repository. This is most likely because of a permissions error. I've read…
1
vote
0 answers

Quickbuild - how to securely set up an agent on a different subnet?

I am new to quickbuild. The company has a quickbuild server installed in-house. I need to run some workflows directly on the cloud. So I installed an agent. but I could not get the server to recognize the agent. I assume the following: the…
guy mograbi
  • 27,391
  • 16
  • 83
  • 122
1
vote
1 answer

Integrating SilkCentral with Nexus

We currently use SilkCentral Test Manager (SCTM) integrated with our source control system via SCTM source control profiles. However, we would like to explore integrating with build artifacts checked into Maven's remote Nexus repository instead.…
Puneet Lamba
  • 755
  • 8
  • 15
1
vote
2 answers

Quickbuild - Export runtime variables

I am using Quickbuild 1.3 I want to export all runtime variables of a build job to a properties file. I know that in Quickbuild you can refer to each variable and get its value using OGNL but I don't know how to get all available variables at…
orshachar
  • 4,837
  • 14
  • 45
  • 68
0
votes
0 answers

Python3 urllib.request fetching partial xml data from the Quickbuild Api

I am using default urllib module of python 3.7. By using this I am calling an Quickbuild 12 api http://localhost:8810/rest/builds/ to get the builds data. but I am getting partial result from this. Example expected:
Mayank Jain
  • 436
  • 3
  • 13
0
votes
2 answers

How to Integrate SonarQube with QuickBuild?

We are currently using GitLab and QuickBuild for our Android Projects. I have to integrate Sonarqube to have a pre check before every build. I'm not able to get much information for quickbuild as most of the documentation is for Jenkins. I can see…
0
votes
2 answers

Running all tests with Quickbuild

I have experience with Jenkins and I am used to that, that it runs all tests through no matter if a test is failing. At the end I have a complete list of failed tests including all Maven submodules. Is it possible to reach the same behaviour with…
Gábor Lipták
  • 9,646
  • 2
  • 59
  • 113
0
votes
1 answer

Building Grails App Using Gradle

I'm trying to build a Grails app using Gradle by calling the grails executable directly (instead of using any plugins/wrappers). I'd rather not lose the ability to use BuildConfig.groovy so I figured this would work. It works fine using windows…
Todd Sharp
  • 3,207
  • 2
  • 19
  • 27
0
votes
1 answer

How do a I copy or clone a build configuration in QuickBuild version 5.1?

How do a I copy or clone a build configuration in QuickBuild version 5.1? I want to create a copy of a configuration and then edit it slightly.
WW.
  • 23,793
  • 13
  • 94
  • 121
0
votes
1 answer

How to build and run nunit scripts integrated in visual Studio via quickbuild

My quick build has three steps: Repository : Which is checking out the source from svn - running fine Run the nunit script via devenv.com and generate the abc.xml file - NOT WORKING Publish the report from that abc.xml - running fine with one…
Pallabi
  • 23
  • 1
  • 6
0
votes
2 answers

How to read string from file using Groovy in QuickBuild

I am new to QuickBuild. I have a lot of different versions stored in text files. To start the build process, I need to retrieve the versions from the text files and pass them to a shell script. My question is: How do I read the contents of a file…
Cyril
  • 159
  • 3
  • 16
0
votes
1 answer

how to trigger a quickbuild flow after github push

I want quickbuild to automatically run on each push detected on a github repository. How can I do that? I already have a flow that clones and executes mvn deploy but I am missing an automatic trigger.
guy mograbi
  • 27,391
  • 16
  • 83
  • 122
1
2