File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ build:
11
11
echo "OS VERSION ===== $OS_VERSION"
12
12
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
13
13
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"
15
15
else
16
16
export DEBIAN_FRONTEND=noninteractive
17
17
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
18
18
export PATH=$MAVEN_HOME/bin:$PATH
19
19
sudo apt-get update
20
20
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"
22
22
fi
You can’t perform that action at this time.
0 commit comments