Questions tagged [multi-configuration]

A means of configuring a build such that different configuration options can be parameterized, rather than duplicating build steps, or having multiple builds. Applies to multiple build frameworks, such as Jenkins, and TFS's vNext.

42 questions
0
votes
1 answer

How to trigger a multi-configuration job periodically on jenkins?

I have set up a multi-configuration job which runs on different locales and environments in parallel. I have a configuration matrix setup and the different combinations are selected before we trigger the build. Not sure how to trigger these…
0
votes
1 answer

Jenkins: Parameterize triggered job's name OR Link two multi-configuration jobs

My company produces a product in multiple flavors, on Linux and Android for example. On Jenkins, these are produced on a multi-configuration job. I need to build a wrapper to the product on a different job. My manager insists that the wrapper and…
Nadav
  • 48
  • 9
0
votes
0 answers

Update multiple nodes before sending tests to a single node in Jenkins for distributed processing

I am currently running builds and testing using Jenkins and a multi-configuration project, to compile and test our application across different OS computers. In expanding our testing, I now need to run tests against a distributed environment and am…
Steven Scott
  • 6,905
  • 5
  • 48
  • 88
0
votes
0 answers

Multiconfiguration and Jenkins pipeline Jenkinsfile

I have an application which needs to be tested for several architectures (Centos5, Centos6, Centos7); I implemented a Jenkinsfile in which I run the set of tests for the chosen a architecture target. Now I want to somehow run these tests for all…
NabilG
  • 1,058
  • 2
  • 11
  • 25
0
votes
1 answer

why specifying architecture needs to be done in cmake for multi-configuration generators

I understand that CMAKE_BUILD_TYPE only works for single-configuration generators like Unix Makefiles. There are also multi-configuration generators like Visual Studio or Xcode where CMAKE_BUILD_TYPE does not works. (see this and this question for…
Wakan Tanka
  • 5,906
  • 11
  • 47
  • 96
0
votes
4 answers

Parameterised build in jenkins: Not getting parameters as shell env variables

Jenkins version: 2.6, Linux Problem: The parameterized build variables are not are not visible (as env variables) in the Execution step "shell script", They used to be visible in the older 1.x jenkins version. Steps: Create a parameterized build…
ashish behl
  • 289
  • 1
  • 2
  • 18
0
votes
1 answer

Using environment parameters in the combination Filter for multi-configuration project in Jenkins

Any idea how to use parameters from the job's environment in the Combination Filter for multi-configuration job? I've tried : index%3 == 0 and it's working properly, but I want to replace (3) with ${EXECUTOR_NUMBER} to make the runs more dynamic.…
Dvir669
  • 3,677
  • 16
  • 19
0
votes
1 answer

Use Maven-Project type job with Matrix (Multiconfiguration) plugin

Is it possible? The Maven project job has some extra options (e.g. being able to use Maven Repository Server plugin or do an incremental build) that are not available in the Invoke Top-Level Maven targets step
Jakub Bochenski
  • 2,687
  • 4
  • 29
  • 52
0
votes
2 answers

Jenkins multi-configuration, ignore failed build

I've setup a Jenkins multi-configuration project in order to run builds on two different slave environments (Erlang R15B03 and Erlang 17.3). This in order to start preparing our projects for actual release on an 17.3 production…
Revell
  • 643
  • 2
  • 7
  • 21
0
votes
0 answers

jenkins: gcc multiple versions for different projects on same system

In my Continuous Integration set-up in Jenkins, I have two Cpp projects. One project requires the latest G++ 4.8.2 (already installed in /usr/bin) but the other project requires an older version of G++ 4.6.3 (not yet installed). I am using make file…
Yeshwanth
  • 1
  • 1
0
votes
1 answer

How to override the token values in a jenkins job

In my Jenkins job, I have a situation where I am passing the absolute path of a file to next job as a parameter from property file. The path has a token as a folder name(result of multi configuration job). When I trigger the next job with this path,…
manohar_b
  • 21
  • 4
-1
votes
1 answer

TFS Multi-configuration with different set of variables

I need to deploy the same project and the same version on different environments. Each environment requires its own values for the given variables, e.g. ENV1 requires var1a, var1b, var1c and ENV2 requires var2a, var2b and var2c. You cannot have a…
grisha
  • 369
  • 1
  • 8
  • 21
1 2
3