We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad026b commit ac0efccCopy full SHA for ac0efcc
1 file changed
Jenkinsfile
@@ -14,6 +14,7 @@ node("local") {
14
withCredentials([usernamePassword(credentialsId: 'a0770738-4ef3-4acc-a6ba-097ee6c85b44', passwordVariable: 'PASSWORD', usernameVariable: 'USERNAME')]) {
15
sh """
16
set -ex
17
+ git status
18
docker login -u ${USERNAME} -p ${PASSWORD} $dockerRegistry
19
20
docker run --rm -v .:/incubator-uniffle -w /incubator-uniffle openjdk:8-jdk /bin/bash build_distribution.sh --spark3-profile spark3.5 --hadoop-profile hadoop3.2 --without-mr --without-tez --without-spark2
0 commit comments