Commit 8e4cbf4
Move K8s cloud setup to init script only; remove ensureK8sCloud from Matrix
- Remove ensureK8sCloud() and its call sites from Matrix.groovy so the
pipeline never modifies Jenkins cloud config (bad on shared Jenkins).
- Enhance jenkins-configure-k8s-and-labels.groovy: support
JENKINS_K8S_NAMESPACE, set serverUrl only when JENKINS_K8S_API_URL
is provided (GHA passes it; avoid default on shared Jenkins).
- Pass JENKINS_K8S_NAMESPACE from local_gha_ci.sh into Jenkins container.
- Document in USERGUIDE that Kubernetes clouds must be pre-configured.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 3209ddd commit 8e4cbf4
File tree
4 files changed
+11
-61
lines changed- .github/scripts
- scripts
- src/com/mellanox/cicd
4 files changed
+11
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | | - | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | 856 | | |
913 | 857 | | |
914 | 858 | | |
| |||
956 | 900 | | |
957 | 901 | | |
958 | 902 | | |
959 | | - | |
960 | 903 | | |
961 | 904 | | |
962 | 905 | | |
| |||
1481 | 1424 | | |
1482 | 1425 | | |
1483 | 1426 | | |
1484 | | - | |
1485 | 1427 | | |
1486 | 1428 | | |
1487 | 1429 | | |
| |||
0 commit comments