mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Try and find pipeline logs
This commit is contained in:
@@ -368,18 +368,20 @@ stages:
|
||||
addChangeLog: true
|
||||
compareWith: lastNonDraftRelease
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Try and Find Logs
|
||||
inputs:
|
||||
workingDirectory: /
|
||||
targetType: inline
|
||||
script: |
|
||||
Get-Childitem –Path /_diag -Recurse
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Try and Find Logs 2
|
||||
condition: always()
|
||||
inputs:
|
||||
workingDirectory: /
|
||||
targetType: inline
|
||||
script: |
|
||||
Get-Childitem –Path / -Recurse
|
||||
|
||||
- task: Bash@3
|
||||
displayName: Try and Find Logs 3
|
||||
condition: always()
|
||||
inputs:
|
||||
workingDirectory: /
|
||||
targetType: inline
|
||||
script: |
|
||||
ls -LR /_diag
|
||||
|
Reference in New Issue
Block a user