Actions
Bug #17800
closedSome GM are skipped on the windows agent
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Server components
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
I wanted to do a common technique for my windows and linux agent to deploy some files.
I used the GM "File copy from Rudder shared folder" which IS compatible on both windows and classic agents.
I added a condition based on the OS on my method, duplicated it, created my technique and the resulting technique automatically skip
the method on my windows agents.
Note, I created the technique before installing the windows plugin.
This was on 6.0.6
Files
Updated by Félix DALLIDET over 4 years ago
The generated technique:
function Shared-Files { [CmdletBinding()] param ( [parameter(Mandatory=$true)] [string]$reportId, [parameter(Mandatory=$true)] [string]$techniqueName, [switch]$auditOnly ) $local_classes = New-ClassContext $resources_dir = $PSScriptRoot + "\resources" _rudder_common_report_na -componentName "File copy from Rudder shared folder" -componentKey "C:\mon_fichier.txt" -message "Not applicable" -reportId $reportId -techniqueName $techniqueName -auditOnly:$auditOnly _rudder_common_report_na -componentName "File copy from Rudder shared folder" -componentKey "/tmp/mon_fichier.txt" -message "Not applicable" -reportId $reportId -techniqueName $techniqueName -auditOnly:$auditOnly }
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.7 to 6.0.8
Updated by François ARMAND over 4 years ago
- Related to Bug #17057: Techniques are not updated when the supported agent changes added
Updated by François ARMAND over 4 years ago
- User visibility changed from Getting started - demo | first install | Technique editor and level 1 Techniques to Operational - other Techniques | Rudder settings | Plugins
- Priority changed from 94 to 76
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.8 to 6.0.9
- Priority changed from 76 to 75
Updated by Vincent MEMBRÉ about 4 years ago
- Target version changed from 6.0.9 to 6.0.10
- Priority changed from 75 to 73
Updated by Vincent MEMBRÉ about 4 years ago
- Target version changed from 6.0.10 to 798
- Priority changed from 73 to 72
Updated by François ARMAND over 3 years ago
- Severity changed from Critical - prevents main use of Rudder | no workaround | data loss | security to Major - prevents use of part of Rudder | no simple workaround
- Priority changed from 72 to 44
Updated by Benoît PECCATTE over 3 years ago
- Target version changed from 798 to 6.1.14
- Priority changed from 44 to 43
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 6.1.14 to 6.1.15
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 6.1.15 to 6.1.16
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 6.1.16 to 6.1.17
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 6.1.17 to 6.1.18
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 6.1.18 to 6.1.19
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 6.1.19 to 6.1.20
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 6.1.20 to 6.1.21
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 6.1.21 to old 6.1 issues to relocate
Updated by Alexis Mousset 7 months ago
- Status changed from New to Rejected
- Priority changed from 43 to 0
- Regression set to No
Too old and not enough info.
Actions