Skip to content

Commit 38aa6b5

Browse files
ashevchuk123ekrivokonmapr
authored andcommitted
Update Jenkinsfile
1 parent c2adfa8 commit 38aa6b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devops/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ pipeline {
151151
git checkout MEP-7.0.0 ; \
152152
yum install -y R ; \
153153
make ${PROJECT} TIMESTAMP=${ID} ${MAKEFILE_ARGS} ; \
154+
cd dl/mapr-spark2 ; \
155+
./build/mvn deploy -Pyarn,mesos,hadoop-provided,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};
154156
"""
155-
//cd dl/mapr-spark2 ; \
156-
//./build/mvn deploy -Pyarn,mesos,hadoop-provided,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};
157-
}
157+
}
158158
}
159159
}
160160
}

0 commit comments

Comments
 (0)