File tree Expand file tree Collapse file tree 7 files changed +118
-4
lines changed Expand file tree Collapse file tree 7 files changed +118
-4
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.nuxeo.client</groupId >
66 <artifactId >nuxeo-java-client-parent</artifactId >
7- <version >3.14.0-SNAPSHOT </version >
7+ <version >3.14.0</version >
88 </parent >
99
1010 <artifactId >nuxeo-java-client-cache</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.nuxeo.client</groupId >
55 <artifactId >nuxeo-java-client-parent</artifactId >
6- <version >3.14.0-SNAPSHOT </version >
6+ <version >3.14.0</version >
77 </parent >
88
99 <artifactId >nuxeo-java-client-test</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.nuxeo.client</groupId >
66 <artifactId >nuxeo-java-client-parent</artifactId >
7- <version >3.14.0-SNAPSHOT </version >
7+ <version >3.14.0</version >
88 </parent >
99
1010 <artifactId >nuxeo-java-client</artifactId >
Original file line number Diff line number Diff line change 33
44 <groupId >org.nuxeo.client</groupId >
55 <artifactId >nuxeo-java-client-parent</artifactId >
6- <version >3.14.0-SNAPSHOT </version >
6+ <version >3.14.0</version >
77 <name >Nuxeo Java Client Parent</name >
88 <description >Java Client Parent for Nuxeo REST APIs.</description >
99 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ apiVersion: skaffold/v2beta17
15+ kind: Config
16+ build:
17+ tagPolicy:
18+ envTemplate:
19+ template: "{{.FTESTS_VERSION}}"
20+ artifacts:
21+ - image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
22+ context: .
23+ kaniko:
24+ dockerfile: ci/docker/nuxeo/Dockerfile
25+ useNewRun: true
26+ singleSnapshot: true
27+ snapshotMode: "time"
28+ buildArgs:
29+ NUXEO_VERSION: "{{.NUXEO_VERSION}}"
30+ cluster:
31+ namespace: platform
32+ dockerConfig:
33+ secretName: jenkins-docker-cfg
34+ tolerations:
35+ - key: team
36+ operator: "Equal"
37+ value: platform
38+ effect: "NoSchedule"
Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ apiVersion: skaffold/v2beta17
15+ kind: Config
16+ build:
17+ tagPolicy:
18+ envTemplate:
19+ template: "{{.FTESTS_VERSION}}"
20+ artifacts:
21+ - image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
22+ context: .
23+ kaniko:
24+ dockerfile: ci/docker/nuxeo/Dockerfile
25+ useNewRun: true
26+ singleSnapshot: true
27+ snapshotMode: "time"
28+ buildArgs:
29+ NUXEO_VERSION: "{{.NUXEO_VERSION}}"
30+ cluster:
31+ namespace: platform
32+ dockerConfig:
33+ secretName: jenkins-docker-cfg
34+ tolerations:
35+ - key: team
36+ operator: "Equal"
37+ value: platform
38+ effect: "NoSchedule"
Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ apiVersion: skaffold/v2beta17
15+ kind: Config
16+ build:
17+ tagPolicy:
18+ envTemplate:
19+ template: "{{.FTESTS_VERSION}}"
20+ artifacts:
21+ - image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
22+ context: .
23+ kaniko:
24+ dockerfile: ci/docker/nuxeo/Dockerfile
25+ useNewRun: true
26+ singleSnapshot: true
27+ snapshotMode: "time"
28+ buildArgs:
29+ NUXEO_VERSION: "{{.NUXEO_VERSION}}"
30+ cluster:
31+ namespace: platform
32+ dockerConfig:
33+ secretName: jenkins-docker-cfg
34+ tolerations:
35+ - key: team
36+ operator: "Equal"
37+ value: platform
38+ effect: "NoSchedule"
You can’t perform that action at this time.
0 commit comments