Skip to content
Snippets Groups Projects

Issue/2031 ip connectivity checker

Merged Hanna Führ requested to merge Issue/2031-IpConnectivityChecker into dev
Compare and
3 files
+ 91
0
Compare changes
  • Side-by-side
  • Inline
Files
3
.gitlab-ci.yml 0 → 100644
+ 23
0
stages:
- test_live
- schedule
test_live:
stage: test_live
tags:
- live
script:
- PowerShell .\ipconnectivitychecker.ps1
when: always
ipChecker_live:
stage: schedule
variables:
ErrorActionPreference: stop
tags:
- live
script:
- PowerShell .\ipconnectivitychecker.ps1
only:
- schedules
\ No newline at end of file
Loading