Questions tagged [otter-script]

OtterScript is an interpreted Domain-Specific Language used to represent configuration/orchestration plans in Otter and deployment plans in BuildMaster.

OtterScript is an interpreted Domain-Specific Language used to represent configuration/orchestration plans in Otter and deployment plans in BuildMaster.

For more specific information, visit the online OtterScript reference documentation.

3 questions
2
votes
1 answer

How do I get an IIS application pool to not start when it is created by Otter?

Note: I'm very new to Otter script so if this is simple then I apologize in advance! Here is the main nugget of the script I've got now: IIS::Ensure-AppPool( Name: LonTest, Credentials: SVC_LonTest1, AutoStart: false, QueueLength:…
1
vote
1 answer

Execute C# code directly from Otter script

I've been working with Otter script for a bit now, and I'd like to execute C# code directly from one of my plans. I know I can execute PowerShell code directly using PSExec, but is there an equivalent for C# like CSExec or similar? Here is the code…
0
votes
1 answer

Using non-scalar variables in BuildMaster otter-script plans

I'm pulling my hair out trying to get some very basic iteration working using non-execution set variables (ie setting things at Global with potential to override at lower scope). Setting a $variable to some value works fine but I need to do…
Mattl404
  • 23
  • 3