external help file | Module Name | online version | schema |
---|---|---|---|
Jagabata.psm.dll-Help.xml |
Jagabata.psm |
2.0.0 |
Update a WorkflowJobTemplateNode.
Update-AnsibleWorkflowJobTemplateNode [-Id] <UInt64> [-UnifiedJobTemplate <UInt64>] [-ExtraData <String>]
[-Inventory <UInt64>] [-ScmBranch <String>] [-JobType <String>] [-Tags <String>] [-SkipTags <String>]
[-Limit <String>] [-DiffMode <Boolean>] [-Verbosity <JobVerbosity>] [-ExecutionEnvironment <UInt64>]
[-Forks <Int32>] [-JobSliceCount <Int32>] [-Timeout <Int32>] [-AllParentsMustConverge <Boolean>]
[-Identifier <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
Update a WorkflowJobTemplateNode.
Implements following Rest API:
/api/v2/workflow_job_template_nodes/{id}/
(PATCH)
PS C:\> Update-AnsibleWorkflowJobTemplateNode -Id 30 -ExtraData @{ message = "Hello World" }
If enabled then the node will only run if all of the parent nodes have met the criteria to reach this node.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Diff mode
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
ExecutionEnvironment ID.
Type: UInt64
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Extra variables.
Specify in JSON or YAML format.
You can also specify an object of type IDictionary
as a parameter value.
Example: -ExtraVars @{ key1 = "string"; key2 = 10; key3 = Get-Date }
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Number of forks.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
WorkflwJobTemplateNode ID to be updated.
Type: UInt64
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
An identifier for this node that is unique within its workflow. It is copied to workflow job nodes corresponding to this node.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Inventory ID.
Type: UInt64
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Number of job slice count.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specify JobType ("run" or "check")
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: run, check,
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Further limit selected hosts to an additional pattern.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Branch to use in job run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Skip tags. (commas ,
separated)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Job tags. (commas ,
separated)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Timeout value (seconds).
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
UnifiedJobTemplate (JobTemplate, Project, InventorySource, WorkflowJobTemplate) ID.
Type: UInt64
Parameter Sets: (All)
Aliases: Template
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Job verbosity.
Type: JobVerbosity
Parameter Sets: (All)
Aliases:
Accepted values: Normal, Verbose, MoreVerbose, Debug, ConnectionDebug, WinRMDebug
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
WorkflowJobTemplateNode ID.
Updated WorkflowJobTemplateNode object.
Get-AnsibleWorkflowJobTemplateNode
Find-AnsibleWorkflowJobTemplateNode
New-AnsibleWorkflowJobTemplateNode
Remove-AnsibleWorkflowJobTemplateNode