From cf14880309f8c7ea313cbc4230d04972fc89b398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2?= Date: Wed, 10 Jun 2026 09:14:00 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20gradle=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=20=D0=B2=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=20./gradlew=20(=D1=83=D0=B1=D1=80=D0=B0=D0=BD=20ch?= =?UTF-8?q?mod=20+x=20gradlew)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/ci/pcp-ballistics-service.yml | 8 ++------ .gitlab/ci/pcp-complex-mission-service-tle.yml | 16 ++++------------ .gitlab/ci/pcp-coverage-scheme-service.yml | 8 ++------ .gitlab/ci/pcp-dynamic-plan-service.yml | 8 ++------ .gitlab/ci/pcp-mission-planing-service.yml | 8 ++------ .gitlab/ci/pcp-request-service.yml | 8 ++------ .gitlab/ci/pcp-satellite-catalog-service.yml | 8 ++------ .gitlab/ci/pcp-spring-boot-admin-server.yml | 8 ++------ .gitlab/ci/pcp-stations-service.yml | 8 ++------ .gitlab/ci/pcp-tgu-service.yml | 8 ++------ .gitlab/ci/pcp-ui-service.yml | 8 ++------ .gitlab/ci/slots-service.yml | 8 ++------ .gitlab/ci/spring-cloud-config-server.yml | 8 ++------ 13 files changed, 28 insertions(+), 84 deletions(-) diff --git a/.gitlab/ci/pcp-ballistics-service.yml b/.gitlab/ci/pcp-ballistics-service.yml index 3933de7..b7578f9 100644 --- a/.gitlab/ci/pcp-ballistics-service.yml +++ b/.gitlab/ci/pcp-ballistics-service.yml @@ -113,10 +113,8 @@ ballistics:test: extends: - .ballistics:rules:test - .ballistics:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-ballistics-service:test + - gradle --no-daemon :services:pcp-ballistics-service:test artifacts: when: always reports: @@ -135,10 +133,8 @@ ballistics:build: needs: - job: ballistics:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-ballistics-service:bootJar + - gradle --no-daemon :services:pcp-ballistics-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-complex-mission-service-tle.yml b/.gitlab/ci/pcp-complex-mission-service-tle.yml index 8d843ec..56d5e53 100644 --- a/.gitlab/ci/pcp-complex-mission-service-tle.yml +++ b/.gitlab/ci/pcp-complex-mission-service-tle.yml @@ -151,10 +151,8 @@ complex-mission-service:test: extends: - .complex-mission-service:rules:test - .pcp-gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-complex-mission-service:test + - gradle --no-daemon :services:pcp-complex-mission-service:test artifacts: when: always reports: @@ -173,10 +171,8 @@ complex-mission-service:build: needs: - job: complex-mission-service:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-complex-mission-service:bootJar + - gradle --no-daemon :services:pcp-complex-mission-service:bootJar artifacts: when: always paths: @@ -323,10 +319,8 @@ tle-monitoring:test: extends: - .tle-monitoring:rules:test - .pcp-gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:tle-monitoring-service:test + - gradle --no-daemon :services:tle-monitoring-service:test artifacts: when: always reports: @@ -345,10 +339,8 @@ tle-monitoring:build: needs: - job: tle-monitoring:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:tle-monitoring-service:bootJar + - gradle --no-daemon :services:tle-monitoring-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-coverage-scheme-service.yml b/.gitlab/ci/pcp-coverage-scheme-service.yml index 3815ac4..4fcaa46 100644 --- a/.gitlab/ci/pcp-coverage-scheme-service.yml +++ b/.gitlab/ci/pcp-coverage-scheme-service.yml @@ -94,10 +94,8 @@ coverage-scheme:test: extends: - .coverage_scheme:rules:test - .coverage_scheme:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-coverage-scheme-service:test + - gradle --no-daemon :services:pcp-coverage-scheme-service:test artifacts: when: always reports: @@ -116,10 +114,8 @@ coverage-scheme:build: needs: - job: coverage-scheme:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-coverage-scheme-service:bootJar + - gradle --no-daemon :services:pcp-coverage-scheme-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-dynamic-plan-service.yml b/.gitlab/ci/pcp-dynamic-plan-service.yml index 8670456..1f17cf1 100644 --- a/.gitlab/ci/pcp-dynamic-plan-service.yml +++ b/.gitlab/ci/pcp-dynamic-plan-service.yml @@ -95,10 +95,8 @@ dynamic-plan:test: extends: - .dynamic_plan:rules:test - .dynamic_plan:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-dynamic-plan-service:test + - gradle --no-daemon :services:pcp-dynamic-plan-service:test artifacts: when: always reports: @@ -117,10 +115,8 @@ dynamic-plan:build: needs: - job: dynamic-plan:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-dynamic-plan-service:bootJar + - gradle --no-daemon :services:pcp-dynamic-plan-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-mission-planing-service.yml b/.gitlab/ci/pcp-mission-planing-service.yml index 7bce7d2..b21d40a 100644 --- a/.gitlab/ci/pcp-mission-planing-service.yml +++ b/.gitlab/ci/pcp-mission-planing-service.yml @@ -94,10 +94,8 @@ mission-planing:test: extends: - .mission-planing:rules:test - .mission-planing:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-mission-planing-service:test + - gradle --no-daemon :services:pcp-mission-planing-service:test artifacts: when: always reports: @@ -116,10 +114,8 @@ mission-planing:build: needs: - job: mission-planing:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-mission-planing-service:bootJar + - gradle --no-daemon :services:pcp-mission-planing-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-request-service.yml b/.gitlab/ci/pcp-request-service.yml index b227846..c3faf73 100644 --- a/.gitlab/ci/pcp-request-service.yml +++ b/.gitlab/ci/pcp-request-service.yml @@ -95,10 +95,8 @@ request:test: extends: - .request:rules:test - .request:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-request-service:test + - gradle --no-daemon :services:pcp-request-service:test artifacts: when: always reports: @@ -117,10 +115,8 @@ request:build: needs: - job: request:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-request-service:bootJar + - gradle --no-daemon :services:pcp-request-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-satellite-catalog-service.yml b/.gitlab/ci/pcp-satellite-catalog-service.yml index e1a2845..3bdc338 100644 --- a/.gitlab/ci/pcp-satellite-catalog-service.yml +++ b/.gitlab/ci/pcp-satellite-catalog-service.yml @@ -93,10 +93,8 @@ satellite-catalog:test: extends: - .satellite-catalog:rules:test - .satellite-catalog:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-satellite-catalog-service:test + - gradle --no-daemon :services:pcp-satellite-catalog-service:test artifacts: when: always reports: @@ -115,10 +113,8 @@ satellite-catalog:build: needs: - job: satellite-catalog:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-satellite-catalog-service:bootJar + - gradle --no-daemon :services:pcp-satellite-catalog-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-spring-boot-admin-server.yml b/.gitlab/ci/pcp-spring-boot-admin-server.yml index 503b831..c367529 100644 --- a/.gitlab/ci/pcp-spring-boot-admin-server.yml +++ b/.gitlab/ci/pcp-spring-boot-admin-server.yml @@ -84,10 +84,8 @@ spring-boot-admin:test: extends: - .spring-boot-admin:rules:test - .spring-boot-admin:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-srpring-boot-admin-server:test + - gradle --no-daemon :services:pcp-srpring-boot-admin-server:test artifacts: when: always reports: @@ -106,10 +104,8 @@ spring-boot-admin:build: needs: - job: spring-boot-admin:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-srpring-boot-admin-server:bootJar + - gradle --no-daemon :services:pcp-srpring-boot-admin-server:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-stations-service.yml b/.gitlab/ci/pcp-stations-service.yml index 04445ca..f27d746 100644 --- a/.gitlab/ci/pcp-stations-service.yml +++ b/.gitlab/ci/pcp-stations-service.yml @@ -93,10 +93,8 @@ stations:test: extends: - .stations:rules:test - .stations:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-stations-service:test + - gradle --no-daemon :services:pcp-stations-service:test artifacts: when: always reports: @@ -115,10 +113,8 @@ stations:build: needs: - job: stations:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-stations-service:bootJar + - gradle --no-daemon :services:pcp-stations-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-tgu-service.yml b/.gitlab/ci/pcp-tgu-service.yml index 4a1f47c..40fb906 100644 --- a/.gitlab/ci/pcp-tgu-service.yml +++ b/.gitlab/ci/pcp-tgu-service.yml @@ -91,10 +91,8 @@ tgu:test: extends: - .tgu:rules:test - .tgu:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-tgu-service:test + - gradle --no-daemon :services:pcp-tgu-service:test artifacts: when: always reports: @@ -113,10 +111,8 @@ tgu:build: needs: - job: tgu:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-tgu-service:bootJar + - gradle --no-daemon :services:pcp-tgu-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/pcp-ui-service.yml b/.gitlab/ci/pcp-ui-service.yml index e3b432c..1493989 100644 --- a/.gitlab/ci/pcp-ui-service.yml +++ b/.gitlab/ci/pcp-ui-service.yml @@ -94,10 +94,8 @@ ui:test: extends: - .ui:rules:test - .ui:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-ui-service:test + - gradle --no-daemon :services:pcp-ui-service:test artifacts: when: always reports: @@ -116,10 +114,8 @@ ui:build: needs: - job: ui:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:pcp-ui-service:bootJar + - gradle --no-daemon :services:pcp-ui-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/slots-service.yml b/.gitlab/ci/slots-service.yml index bb14020..9d7ac8c 100644 --- a/.gitlab/ci/slots-service.yml +++ b/.gitlab/ci/slots-service.yml @@ -104,10 +104,8 @@ slots:test: extends: - .slots:rules:test - .slots:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:slots-service:test + - gradle --no-daemon :services:slots-service:test artifacts: when: always reports: @@ -126,10 +124,8 @@ slots:build: needs: - job: slots:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:slots-service:bootJar + - gradle --no-daemon :services:slots-service:bootJar artifacts: when: always paths: diff --git a/.gitlab/ci/spring-cloud-config-server.yml b/.gitlab/ci/spring-cloud-config-server.yml index 1fbc894..4579fdf 100644 --- a/.gitlab/ci/spring-cloud-config-server.yml +++ b/.gitlab/ci/spring-cloud-config-server.yml @@ -90,10 +90,8 @@ config-server:test: extends: - .config-server:rules:test - .config-server:gradle-cache - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:spring-cloud-config-server:test + - gradle --no-daemon :services:spring-cloud-config-server:test artifacts: when: always reports: @@ -112,10 +110,8 @@ config-server:build: needs: - job: config-server:test artifacts: true - before_script: - - chmod +x gradlew script: - - ./gradlew --no-daemon :services:spring-cloud-config-server:bootJar + - gradle --no-daemon :services:spring-cloud-config-server:bootJar artifacts: when: always paths: