File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- run :
32
32
name : Install jFrog CLI
33
- command : curl -fL https://getcli.jfrog.io | sh
33
+ command : curl -fL https://getcli.jfrog.io/v2 | sh
34
34
- run :
35
35
name : Push to Artifactory
36
36
environment :
39
39
export JFROG_CLI_BUILD_NAME="$CIRCLE_PROJECT_REPONAME"
40
40
export JFROG_CLI_BUILD_NUMBER="$CIRCLE_BUILD_NUM"
41
41
export JFROG_CLI_BUILD_URL="$CIRCLE_BUILD_URL"
42
- ./jfrog rt config -- url="$ARTIFACTORY_URL" --user="$ARTIFACTORY_USER" --apikey ="$ARTIFACTORY_APIKEY" --interactive=false adaptive
42
+ ./jfrog config add --artifactory- url="$ARTIFACTORY_URL" --user="$ARTIFACTORY_USER" --password ="$ARTIFACTORY_APIKEY" --interactive=false adaptive
43
43
./jfrog rt build-add-git --server-id=adaptive
44
44
./jfrog rt build-collect-env
45
45
./jfrog rt mvn-config --server-id-deploy=adaptive --repo-deploy-releases="$ARTIFACTORY_REPO" --repo-deploy-snapshots="$ARTIFACTORY_REPO"
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.sonatype.nexus.plugins</groupId >
7
7
<artifactId >nexus-plugins</artifactId >
8
- <version >3.58.1 -01</version >
8
+ <version >3.62.0 -01</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<groupId >com.weareadaptive.nexus</groupId >
13
13
<artifactId >nexus-casc-plugin</artifactId >
14
- <version >3.58.1 -01</version >
14
+ <version >3.62.0 -01</version >
15
15
<packaging >bundle</packaging >
16
16
17
17
<properties >
18
- <nexus .docker.version>3.58.1 </nexus .docker.version>
18
+ <nexus .docker.version>3.62.0 </nexus .docker.version>
19
19
20
20
<maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
21
21
<maven-enforcer-plugin .version>3.3.0</maven-enforcer-plugin .version>
You can’t perform that action at this time.
0 commit comments