From 1cbe53bba05634cb8ddb6cf613d07addcbf4d77c Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Wed, 9 Apr 2025 15:09:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Jenkinsfile | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ee0732..a7cb7b9 100644 --- a/.gitignore +++ b/.gitignore @@ -113,4 +113,5 @@ fabric.properties # Built Visual Studio Code Extensions *.vsix +.idea diff --git a/Jenkinsfile b/Jenkinsfile index 2f0d598..8f71ab1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,6 @@ def notify( pipeline { agent any - parameters { - string(name: 'PROJECT_VERSION', defaultValue: '1.0.0', description: 'SemVer version (e.g., 1.0.0)') - } environment { REGISTRY_NAME = 'registry.entcor/trust-module' IMAGE_NAME = "test-ci-cd"