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: Gitlab::Get-source is different between BM and Otter for credentials
@rhessinger
Thanks a lot.
I will try it. -
RE: Gitlab::Get-source is different between BM and Otter for credentials
Stupid question : is it possible to use VSCode to compile inedo extension ?
-
Release Templates - Need help for dynamic list to get branch from Gitlab CE
Hello
Everything is in the title.
We have in a Gitlab on premise and I did not found how to make a dynamic list to be able to select the branch when I make a new release.
Steps for a new release template
- Select Dynamic List
- Select GitLab Branches
- Project Name : Gitlab-Portail (name of the resource)
When I create a new release and I want to select the branch, I have the error msg:
Error querying list source: Could not find resource "".The ressource is define at the application level.
Any advice is welcome.
-
RE: Manage error code for SHExec in Buildmaster
@atripp
Hello
You are right
I have seen just after the post when rc = 1 shexec exit with an error.
I have to handle the rc inside the script.
So I remove the post because it was not necessayr anymore
Thanks for the reply -
RE: Gogs webhooks and Buildmaster
@atripp
Thank you
I ll update as soon I made the test
Best regards -
Gogs webhooks and Buildmaster
has anyone tested this?
Just to know before I test GOGS (gogs.io)Best regards
PhilippeC. -
RE: Apply template to a group of applications
I have just seen the varibale have been crashed when I reapply the template

-
Apply template to a group of applications
Hello
Is it possible?
It would be a nice feature at least for me
I am using BM to deploy few plugins to an application.
I made one app for each plugin based on the plugin but I had to modify the pipeline, so I re apply the template one by one ...
Thank you -
RE: BM 6.2 - Migrate Applicaitons Templates from Inedo to internal Prget - Need Help, please
I switch to a domain account and it works ...
Small bug I guess
Thanks for the fast reply -
RE: BM 6.2 - Migrate Applicaitons Templates from Inedo to internal Prget - Need Help, please
@atripp
The account is a builtin account.
I removed the The Integrated Authentication in IIS and uncheck it in Proget for the test as I read in the forum in some case it might be a problem.I ll try with a domain account and anonymous and let you know
-
RE: Otter and ansible
Finally I just make a generic function which run ansible playbook on the target server.
The function get as input variable- The path where the playbook is located
- The name of the asset file - the playbook
- Variables if need - they are replace in the playbook after it is pushed to the server using Ensure-Asset.
In this way I let otter to manage mysql credentiel for exemple.
All the playbook and config files are stored in a raft.
The config fines if need are pushed by otter not by ansible.
Very basic but enough for me in this way I have a central point to push and configure apps on windows and linux.
I keep Buildmaster for inhouse dev deployement, clone prod apps from prod to dev etc ...
Best regards from France
Stay home, keep safe
PhilippeC. -
RE: Otter and ansible
That would be great.
There is a lack of experience sharing between users. -
RE: Otter and ansible
Thanks for you reply.
I ll try to make some module to interact with ansible.
Actually I am thinkink just to push playbook and run it thru otter.
Best regards from France and take care. -
RE: HOWTO Get the list of files in Artifact ?
Hello Rich
It is very kind.
This was exactly what looking for.
Thanks a lot
-
HOWTO Get the list of files in Artifact ?
Hello
I am looking for a simple way to list the files for an Artifact.
The goal is to deploy (msdeploy) the zip files which are in the Artifact.
I am trying to use PSEval function but I have pb with scalar or vector type value and I get lost
The Powershell is very simple :
(get-childitem $DossierArtifact | where {$_.extension -eq ".zip"}).NameI wish I had a function like
@ListFilesInArtifact($ArtifactName,$BuildNumber, $ReleaseaNumber,$filter)to make the development easier
Any help is welcome - Maybe it is the documentraiton, but I did not found it.
PhilippeC.
