Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8628229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:29:03+00:00 2026-06-12T08:29:03+00:00

I am working with a multi-configuration Jenkins project. The two configuration axes are Win/Linux

  • 0

I am working with a multi-configuration Jenkins project. The two configuration axes are Win/Linux and 32/64-bit. I would like to build the primary configuration (32-bit Windows) whenever version control changes, but to only build the other configurations once weekly (just to make sure that they stay reasonably up to date).

Is it possible to achieve this schedule without breaking the project up into multiple individual projects?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:29:05+00:00Added an answer on June 12, 2026 at 8:29 am

    Unfortunately not through Jenkins directly at this point AFAIK. There is only one time handler per job, and the multi-configuration is a single job, it has a single timer.

    There is a hack, but it will be tough, and I’m not sure of the exact script required, but if you can check the day of the week, you could try something like this in your script:

    if (day == Sunday |OR| $NODE_NAME == win32), then:
      <carry out build steps here>
    finish
    

    This way:

    • If the day is Sunday, all steps will be carried out regardless of Node.
    • If the node name is win32, the step swill be carried out too.
    • However, if day is not Sunday and $NODE_NAME is win64 or linux32 or linux64, no steps will be carried out.

    Note that $NODE_NAME is a standard Jenkins environment variable. However, this assumes that your build is done through either “Execute Shell” or “Execute Windows Batch”

    Is there any reason the others shouldn’t build at the same time?

    You could create two jobs, one for your primary so it is a free-style job, and the other as a multi-configuration with Win64/Linux and leave that on a separate, weekly timer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a multi-threaded Qt application and would like to connect a signal
I'm working on a multi-site project (half of them are Magento stores), and I'd
I'm working on a multi-lingual WPF project that will be localized into many different
I'm working on a multi-user phonebank software. I originally was planning to use Windows
I am working on a multi language file. My urls look something like this:
I am using callgrind to profile a linux multi-threaded app and mostly it's working
Im working on a large multi-module project which uses an internal framework as one
I am trying to build a file uploader. I already have a working multi-select
Issue I am working on a multi-executable QT project using qmake in conjunction with
I'm working on a multi-project, and right now I have a structure that resembles

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.