проверка3
test-org/test-ci-cd/pipeline/pr-main This commit looks good
Details
test-org/test-ci-cd/pipeline/pr-main This commit looks good
Details
parent
ade7581080
commit
1cbe53bba0
|
|
@ -113,4 +113,5 @@ fabric.properties
|
|||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
.idea
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue