Skip to content

Commit a95ba07

Browse files
Egor Krivokonekrivokonmapr
authored andcommitted
SNAPSHOTS available
1 parent a12c572 commit a95ba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pipeline {
211211
-v ${WORKSPACE}/settings-deploy.xml:/root/.m2/settings.xml:ro") {
212212
sh """
213213
yum install -y R ; \
214-
./build/mvn -B deploy -Pyarn,mesos,hadoop-provided,scala-2.12,hive,hive-thriftserver,sparkr,flume -Dskip-kafka-0-8 -DskipTests=True -Dscalastyle.skip=true -Dcheckstyle.skip=true -Dscalastyle.failOnViolation=false -Dscalatest.testFailureIgnore=true -DaltDeploymentRepository=mapr-snapshots::default::${MAPR_MAVEN_REPO};
214+
./build/mvn -B deploy -Phadoop-2.7,yarn,mesos,hadoop-provided,scala-2.12,hive,hive-thriftserver,sparkr,flume -Dskip-kafka-0-8 -DskipTests=True -Dscalastyle.skip=true -Dcheckstyle.skip=true -Dscalastyle.failOnViolation=false -Dscalatest.testFailureIgnore=true -DaltDeploymentRepository=mapr-snapshots::default::${MAPR_MAVEN_REPO};
215215
"""
216216
}
217217
}

0 commit comments

Comments
 (0)