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 3030 steps :
3131 - run :
3232 name : Install jFrog CLI
33- command : curl -fL https://getcli.jfrog.io | sh
33+ command : curl -fL https://getcli.jfrog.io/v2 | sh
3434 - run :
3535 name : Push to Artifactory
3636 environment :
3939 export JFROG_CLI_BUILD_NAME="$CIRCLE_PROJECT_REPONAME"
4040 export JFROG_CLI_BUILD_NUMBER="$CIRCLE_BUILD_NUM"
4141 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
4343 ./jfrog rt build-add-git --server-id=adaptive
4444 ./jfrog rt build-collect-env
4545 ./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 55 <parent >
66 <groupId >org.sonatype.nexus.plugins</groupId >
77 <artifactId >nexus-plugins</artifactId >
8- <version >3.58.1 -01</version >
8+ <version >3.62.0 -01</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
1212 <groupId >com.weareadaptive.nexus</groupId >
1313 <artifactId >nexus-casc-plugin</artifactId >
14- <version >3.58.1 -01</version >
14+ <version >3.62.0 -01</version >
1515 <packaging >bundle</packaging >
1616
1717 <properties >
18- <nexus .docker.version>3.58.1 </nexus .docker.version>
18+ <nexus .docker.version>3.62.0 </nexus .docker.version>
1919
2020 <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
2121 <maven-enforcer-plugin .version>3.3.0</maven-enforcer-plugin .version>
You can’t perform that action at this time.
0 commit comments