Skip to content

Commit c0edf68

Browse files
committed
Fix the Jenkins runner command and upload artifact
Signed-off-by: tdruez <[email protected]>
1 parent 49be2fd commit c0edf68

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-jenkinsfile.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ jobs:
1717
-v "$PWD":/workspace \
1818
-w /workspace \
1919
jenkins/jenkinsfile-runner:latest \
20-
-w /workspace \
20+
run \
2121
-f /workspace/jenkins/Jenkinsfile
22+
23+
- name: Upload results.json
24+
uses: actions/upload-artifact@v4
25+
with:
26+
name: jenkinsfile-results
27+
path: results.json

0 commit comments

Comments
 (0)