File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ def runTests(String image) {
3838			export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR 
3939			export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH 
4040			cd java-client-api 
41+ 			// Ensure all modules can be built first. 
42+       ./gradlew clean build -x test 
4143			mkdir -p marklogic-client-api/build/test-results/test 
4244			./gradlew marklogic-client-api:test  || true 
4345	'''  
@@ -172,6 +174,8 @@ pipeline{
172174          export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR 
173175          export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH 
174176          cd java-client-api 
177+           // Ensure all modules can be built first. 
178+           ./gradlew clean build -x test 
175179          ./gradlew cleanTest marklogic-client-api:test 
176180        '''  
177181				//  Omitting this until MLE-24523 can be addressed
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments