mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
Try and find pipeline logs
This commit is contained in:
parent
f0138405a6
commit
368947a061
1 changed files with 10 additions and 8 deletions
|
@ -368,18 +368,20 @@ stages:
|
||||||
addChangeLog: true
|
addChangeLog: true
|
||||||
compareWith: lastNonDraftRelease
|
compareWith: lastNonDraftRelease
|
||||||
|
|
||||||
- task: PowerShell@2
|
|
||||||
displayName: Try and Find Logs
|
|
||||||
inputs:
|
|
||||||
workingDirectory: /
|
|
||||||
targetType: inline
|
|
||||||
script: |
|
|
||||||
Get-Childitem –Path /_diag -Recurse
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Try and Find Logs 2
|
displayName: Try and Find Logs 2
|
||||||
|
condition: always()
|
||||||
inputs:
|
inputs:
|
||||||
workingDirectory: /
|
workingDirectory: /
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
Get-Childitem –Path / -Recurse
|
Get-Childitem –Path / -Recurse
|
||||||
|
|
||||||
|
- task: Bash@3
|
||||||
|
displayName: Try and Find Logs 3
|
||||||
|
condition: always()
|
||||||
|
inputs:
|
||||||
|
workingDirectory: /
|
||||||
|
targetType: inline
|
||||||
|
script: |
|
||||||
|
ls -LR /_diag
|
||||||
|
|
Loading…
Reference in a new issue