Commit 22350c1
committed
feat(jenkins): modernize pipeline for Python 3 and quickstart-tutorials
- Replace Docker-based agents with 'agent any' for compatibility
with jenkins-docs/quickstart-tutorials environment
- Update Build stage to use python3 instead of python
- Add skipStagesAfterUnstable option
- Add stash for compiled results
- Remove deprecated Docker images (python:2-alpine, qnib/pytest,
cdrx/pyinstaller-linux:python2)
This change aligns the reference Jenkinsfile with the quickstart-tutorials
infrastructure which provides a Python agent with Python 3, pytest,
and pyinstaller pre-installed.
Fixes #851 parent 128e9ba commit 22350c1
1 file changed
Lines changed: 6 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | | - | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 14 | | |
21 | 15 | | |
22 | 16 | | |
| |||
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 24 | | |
36 | 25 | | |
37 | 26 | | |
| |||
0 commit comments