File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments