Skip to content

feat: update jenkins 5.1.26, and updated repo to better mirror SWF #98

feat: update jenkins 5.1.26, and updated repo to better mirror SWF

feat: update jenkins 5.1.26, and updated repo to better mirror SWF #98

Workflow file for this run

name: CI Docs Shim
on:
pull_request:
branches: [main]
types: [milestoned, opened, synchronize]
jobs:
run-test:
name: ${{ matrix.type }} ${{ matrix.flavor }}
runs-on: "ubuntu-latest"
timeout-minutes: 20
strategy:
matrix:
flavor: [registry1]
type: [install, upgrade]
steps:
- name: Shim for ${{ matrix.type }} ${{ matrix.flavor }}
run: |
echo "Documentation-only change detected; marking ${{ matrix.type }} ${{ matrix.flavor }} as successful."