Project

General

Profile

Actions

Bug #17800

closed

Some GM are skipped on the windows agent

Added by Félix DALLIDET almost 4 years ago. Updated 1 day ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Server components
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

shared-files.json (784 Bytes) shared-files.json Félix DALLIDET, 2020-06-19 16:16

Related issues 1 (1 open0 closed)

Related to Rudder - Bug #17057: Techniques are not updated when the supported agent changesNewActions
Actions #1

Updated by Félix DALLIDET almost 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

}

Actions #2

Updated by Vincent MEMBRÉ almost 4 years ago

  • Target version changed from 6.0.7 to 6.0.8
Actions #3

Updated by François ARMAND almost 4 years ago

Is it a duplicate of #17057?

Actions #4

Updated by François ARMAND almost 4 years ago

  • Related to Bug #17057: Techniques are not updated when the supported agent changes added
Actions #6

Updated by François ARMAND almost 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
Actions #7

Updated by Vincent MEMBRÉ almost 4 years ago

  • Target version changed from 6.0.8 to 6.0.9
  • Priority changed from 76 to 75
Actions #8

Updated by Vincent MEMBRÉ over 3 years ago

  • Target version changed from 6.0.9 to 6.0.10
  • Priority changed from 75 to 73
Actions #9

Updated by Vincent MEMBRÉ over 3 years ago

  • Target version changed from 6.0.10 to 798
  • Priority changed from 73 to 72
Actions #10

Updated by François ARMAND almost 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
Actions #11

Updated by Benoît PECCATTE almost 3 years ago

  • Target version changed from 798 to 6.1.14
  • Priority changed from 44 to 43
Actions #12

Updated by Vincent MEMBRÉ almost 3 years ago

  • Target version changed from 6.1.14 to 6.1.15
Actions #13

Updated by Vincent MEMBRÉ almost 3 years ago

  • Target version changed from 6.1.15 to 6.1.16
Actions #14

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 6.1.16 to 6.1.17
Actions #15

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 6.1.17 to 6.1.18
Actions #16

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 6.1.18 to 6.1.19
Actions #17

Updated by Vincent MEMBRÉ about 2 years ago

  • Target version changed from 6.1.19 to 6.1.20
Actions #18

Updated by Vincent MEMBRÉ almost 2 years ago

  • Target version changed from 6.1.20 to 6.1.21
Actions #19

Updated by Vincent MEMBRÉ almost 2 years ago

  • Target version changed from 6.1.21 to old 6.1 issues to relocate
Actions #20

Updated by Alexis Mousset 1 day ago

  • Status changed from New to Rejected
  • Priority changed from 43 to 0
  • Regression set to No

Too old and not enough info.

Actions

Also available in: Atom PDF