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.
2 parents 377332a + 1af407b commit 0e8f1cfCopy full SHA for 0e8f1cf
Jenkinsfile
@@ -8,6 +8,7 @@ def runtests(String javaVersion){
8
cd marklogic-spark-connector
9
echo "Waiting for MarkLogic server to initialize."
10
sleep 30s
11
+ ./gradlew clean
12
./gradlew -i mlDeploy
13
echo "Loading data a second time to try to avoid Optic bug with duplicate rows being returned."
14
./gradlew -i mlLoadData
@@ -85,8 +86,9 @@ pipeline{
85
86
export JAVA_HOME=$JAVA17_HOME_DIR
87
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
88
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
- cp ~/.gradle/gradle.properties $GRADLE_USER_HOME;
89
90
91
+ cp ~/.gradle/gradle.properties $GRADLE_USER_HOME;
92
./gradlew publish
93
'''
94
}
0 commit comments