Just wanted to let you know I reinstalled 1.0.3, having another issue with updating that is reported elsewhere, and I still cannot see any option for Project Settings.
Is there any kind of Db flag that could be not getting set?
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts
-
RE: Is there a way to Delete a Project
-
RE: Is there a way to Delete a Project
I do not see that option at all.
I've selected a project, go to the admin menu like you show and mine just shows Administration, infrastructure, Executions, Resource Credentials, Extensions and All Settings. No Project Settings at all. -
RE: Is there a way to Delete a Project
Not able to view image, just shows the no image web graphic.
-
RE: Is there a way to Delete a Project
The only thing I have for Projects is the Dropdown to select a project and no project settings anywhere.
When I go into a project it has no settings. I can create a plan, etc., but there are no settings option for the project itself.
In the Administration page there is nothing listed for Projects as an admin function. -
Is there a way to Delete a Project
I can't seem to find a way to Delete a Project, is there a way to do this?
Product: Hedgehog
Version: 1.0.3 -
Hedgehog Inedo Credentials usage
I created an Inedo credential for our Proget server but when I go to create a Package Source I cannot use the credential.
Shouldn't I be able to use that credential for a package source?Product: Hedgehog
Version: 1.0.3 -
RE: Error in Global Template not caught in local plan
I had seen that which is what I have setup.
I am more wondering if there is another function like Fail that would cause a Catch to occur.
I can add something like what you suggest but having some built in function would seem to be a more logical thing to have. -
Error in Global Template not caught in local plan
I have a Global template that I have a Log Error on which sets the ExecutionState to Error.
In the local App Plan that calls that template the call is in a Try/Catch block but when this template is executed and results in the state being Error it is not caught.
The overall execution state is set to Error it just is not caught by the try/catch.I know there is the Fail function but I want this to be Caught in the catch statement not just exit outright. Is there a way to do this? Is this a bug?
Seems like the try/catch in the parent plan should catch this as a error of the template.Product: BuildMaster
Version: 5.8.3 -
RE: Is there a way to Deploy previous release to a new stage
I found a solution. I had to change the pipeline to not restrict the order of the stages.
-
Is there a way to Deploy previous release to a new stage
I have a previous release that we wanted to push to a new stage that was added in the currently release.
is there a a way for me to do that?
When I look a the package from that earlier release I see the stages but they are grayed out and I cannot select them.Product: BuildMaster
Version: 5.8.3 -
BuildMaster Performance question
We have some legacy apps that I am deploying with BuildMaster and with how these apps are deployed for our staging area it means a very long deployment log.
This seems to slow BuildMaster, at least the UI, considerably.
Looking on the server it is not using a lot of memory so I was wondering if there was some way for me to make it utilize more memory?
Also, is there a way to have the Include Debug option for the log output to be unchecked by default?Thanks.
Product: BuildMaster
Version: 5.8.3 -
RE: Listener for Approval Needed not sending emails
Ben,
I didn't set it for any particular stage. Based on what you're saying though I think the issue was that didn't have the Listener in place when the app had completed the previous stage.
I assumed the email would only go out when the Stage the approval was attached to was initiated for deployment but it sounds like it would do so when the previous stage completes, is that correct? -
Listener for Approval Needed not sending emails
I have an app setup for an approval and setup a listener to email the person. When the deployment reached the Stage that needs the approval I scheduled the deployment but no email was ever sent to the user.
We send emails from the server all the time so it's not a setup issue for that.The user did see the approval needed when connected to the BuildMaster server and looked at My Approvals so just the email aspect didn't work.
The deployment was scheduled for immediate deployment once the approval was received.
Product: BuildMaster
Version: 5.8.3 -
RE: Replace Text in File with Regex not working
Tod,
understood. I did misuse that part, however, it does not like the .+ part even by itself.
What I am trying to do is allow for a line that could have any character type after the = sign. I'm just doing a lazy way of going thru an INI file that does not have any dupe key names.thanks
-
Replace Text in File with Regex not working
I've got the following:
Replace-Text ( Include: clist.txt, Directory: $filePath, SearchText: ^IDString=.+$, ReplaceWith: IDString=$newVal, Regex: true );While I get no errors the file is not getting updated. I've tried several variations on the regex without success.
Product: BuildMaster
Version: 5.8.3 -
Question on Retention Policies
I want to clean-up builds within a Release but it is cumbersome to manually reject packages as we have a lot of separate applications being built.
Is there a way to configure the Retention Policy so that it can do the following:1- keep only the last n builds without having to mark them Rejected beforehand
2- keep any previously released versions data.For example, I have releases 1 - 5.0 that have shipped, and 6.0 that is now underway. I want to keep the 1 - 5 released data but while 6.0 is underway only keep the last 20 builds of it.
Product: BuildMaster
Version: 5.8.3 -
RE: Search db for all uses of a variable
Alex,
thanks. I don't want to update it via DB I am just going to be changing one and wanted to verify everyplace it's used before I made the change. -
Search db for all uses of a variable
What table(s) would I need to search to find where a variable is used? This is a variable declared in an Environment variables section.
Product: BuildMaster
Version: 5.8.3 -
Ensure App Pool for No Managed Code
I have a dotnet core app and that requires the app pool be set to No Managed Code for the .Net CLR version setting but the Ensure App Pool doesn't seem to accept that option.
The pool does get created but it will not work until I change the setting to something else like .Net 4, save and then reset it back to No Managed Code in IIS directly.Just wondering if this is indeed a bug with Ensure App Pool? Based on the docs it seems it is current expected behavior which should be changed to accept No Managed Code if that is the case.
Product: BuildMaster
Version: 5.8.1