We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0fcd6d + 77c9b4b commit 2278381Copy full SHA for 2278381
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
name: Verify Jenkins jobs
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: build JJB container image
14
run: docker build -t nfs-ganesha-ci-tests -f tests/Containerfile .
15
- name: update Jenkins Jobs
tests/verify-yaml.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-jenkins-jobs test jobs
+jenkins-jobs test globals/macro:jobs
0 commit comments