From 603dd54e31643f7aeaa0d1884cf55dcd81347b91 Mon Sep 17 00:00:00 2001 From: Assaf Attias <49212512+attiasas@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:56:40 +0300 Subject: [PATCH] Update pipelines.snapshot.yml --- ci/release/pipelines.snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release/pipelines.snapshot.yml b/ci/release/pipelines.snapshot.yml index e07c7184..8776e779 100644 --- a/ci/release/pipelines.snapshot.yml +++ b/ci/release/pipelines.snapshot.yml @@ -16,7 +16,7 @@ pipelines: inputResources: - name: bambooSnapshotGit integrations: - - name: entplus_deployer + - name: ecosys_entplus_deployer execution: onStart: # Save gradle cache @@ -34,7 +34,7 @@ pipelines: # Configure JFrog CLI - curl -fL https://getcli.jfrog.io/v2-jf | sh && chmod +x jf - ./jf c rm --quiet - - ./jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey + - ./jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey - ./jf mvnc --repo-resolve-releases ecosys-bamboo-repos --repo-resolve-snapshots ecosys-releases-snapshots --repo-deploy-snapshots ecosys-oss-snapshot-local --repo-deploy-releases ecosys-oss-release-local # Run audit