Skip to content

Commit ac0efcc

Browse files
committed
Test fix
1 parent fad026b commit ac0efcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ node("local") {
1414
withCredentials([usernamePassword(credentialsId: 'a0770738-4ef3-4acc-a6ba-097ee6c85b44', passwordVariable: 'PASSWORD', usernameVariable: 'USERNAME')]) {
1515
sh """
1616
set -ex
17+
git status
1718
docker login -u ${USERNAME} -p ${PASSWORD} $dockerRegistry
1819
1920
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

Comments
 (0)