Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins build scripts should be able to select a build configuration based on the job name #10719

Closed
martyngigg opened this issue Jul 11, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period.
Milestone

Comments

@martyngigg
Copy link
Member

The Jenkins buildscript are currently hard-coded for release builds.

We want to be able to put the Jenkins debug Windows build on the new server. We could just duplicate the script in the Jenkins job configuration but it seems more sensible to reuse the script to keep the commonality.

We can use the job name to select the configuration. If

  • debug in name -> select Debug build

  • relwithdbg in name -> select RelWithDbg build

  • else -> select Release

    Keywords: Maintenance

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 9877

@martyngigg martyngigg added Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period. labels Jun 3, 2015
@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period.
Projects
None yet
Development

No branches or pull requests

1 participant