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 1095979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:12:41+00:00 2026-05-17T00:12:41+00:00

I’m new to CCNet… I would like to customize CCNet web dashboard to add

  • 0

I’m new to CCNet…

I would like to customize CCNet web dashboard to add a checkbox next to “Force Build” button to indicate that particular build is for release or not.

Please let me know whether these kind of customization possible? If so, provide some tutorials or article links to start

  • 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-05-17T00:12:42+00:00Added an answer on May 17, 2026 at 12:12 am

    I think doing what you wnat would be a huge pain, because you would have to hide some CC.net projects (let’s say, the debug ones) and still build them if the checkbox is checked. That would be awkward to access the project’s page with history and logs. If you thought about editing the ccnet project configuration on the fly don’t forget you would have to restart the service to get it up-to-date. Finally your modifications could be ok for the dashboard but it will cause problem with cctray.

    What I would do instead is having two distinct projects, one building in debug mode and one in release. This would be a lot more easy and straightforward. For example you could have a debug project whose builds are triggered from the source control repository updates and a release one which is manually or nightly built.

    EDIT
    For two different projects, what I would do is a bloc with the common code (for Release and Debug) with two dynamic parameters (let’s say Conf and OutPath). I would also write a third project which takes care of executing the db script, this third project would be triggered every successful build of the Release one. Proceeding like this will allow you to execute Debug/Release builds separately, executing the script separately (on a force build) and on every Release build, and finally validating the script (on every commit). It would look like this :

    <cb:define name="MyProject-Block">
        <project name="MyProject - $(Conf)" queue="General" queuePriority="100">
            <workingDirectory>D:\MyProject</workingDirectory>
            <triggers>
                <intervalTrigger seconds="300"/>
            </triggers>
            <cb:state-block/>
            <cb:svn-block svnpath="MyProject"/>
            <tasks>
                <msbuild>
                    <executable>C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe</executable>
                    <workingDirectory>D:\MyProject</workingDirectory>
                    <projectFile>MyProject.sln</projectFile>
                    <buildArgs>/p:Configuration=$(Conf);OutputPath="$(OutPath)"</buildArgs>
                    <targets>Clean;Build</targets>
                    <timeout>600</timeout>
                    <logger>F:\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll</logger>
                </msbuild>
            </tasks>
            <publishers>
                <xmllogger/>
                <statistics />
                <modificationHistory onlyLogWhenChangesFound="true" />
                <cb:email-block/>
            </publishers>
        </project>
    </cb:define>
    
    <cb:MyProject-Block Conf="Debug" OuputPath="..\Compil\Debug" />
    <cb:MyProject-Block Conf="Release" OuputPath="..\Compil\Release" />
    
    <project name="MyProject. DbScript" queue="General" queuePriority="110">
        <workingDirectory>D:\MyProject\DB</workingDirectory>
        <triggers>
            <projectTrigger project=" MyProject - Release">
                <triggerStatus>Success</triggerStatus>
                <innerTrigger name="Eurosport.Business" type="intervalTrigger" seconds="60" buildCondition="ForceBuild" />
            </projectTrigger>
            <intervalTrigger seconds="300"/>
        </triggers>
        <cb:state-block/>
        <cb:svn-block svnpath="MyProject/DB"/>
        <tasks>
            <!-- Executing the script here -->
        </tasks>
        <publishers>
            <xmllogger/>
            <statistics />
            <modificationHistory onlyLogWhenChangesFound="true" />
            <cb:email-block/>
        </publishers>
    </project>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to count the length of a string with PHP. The string
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I would like to run a str_replace or preg_replace which looks for certain words
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I want use html5's new tag to play a wav file (currently only supported
I am trying to render a haml file in a javascript response like so:

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.