Skip to content

Commit 565111c

Browse files
committed
Update to publish to internal artifactory
Internal artifactory also mirrors to repo.datastax.com, so publishing here will publish to both places.
1 parent 048f0b4 commit 565111c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ build:
1111
echo "OS VERSION ===== $OS_VERSION"
1212
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
1313
mvn -B clean -DskipTests
14-
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
14+
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local"
1515
else
1616
export DEBIAN_FRONTEND=noninteractive
1717
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
1818
export PATH=$MAVEN_HOME/bin:$PATH
1919
sudo apt-get update
2020
sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
21-
mvn -B clean deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
21+
mvn -B clean deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local"
2222
fi

0 commit comments

Comments
 (0)