forked from GeyserMC/Geyser
		
	Remove javadoc stage as we no longer have a plugin api
This commit is contained in:
		
							parent
							
								
									f9e1964b6b
								
							
						
					
					
						commit
						b7f5f3675d
					
				
					 1 changed files with 0 additions and 12 deletions
				
			
		
							
								
								
									
										12
									
								
								Jenkinsfile
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								Jenkinsfile
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -28,18 +28,6 @@ pipeline {
 | 
			
		|||
                sh 'mvn javadoc:jar source:jar deploy -DskipTests'
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        stage ('Javadoc') {
 | 
			
		||||
            when {
 | 
			
		||||
                branch "master"
 | 
			
		||||
            }
 | 
			
		||||
            steps {
 | 
			
		||||
                sh 'mvn javadoc:javadoc -DskipTests -pl api'
 | 
			
		||||
                step([$class: 'JavadocArchiver',
 | 
			
		||||
                        javadocDir: 'api/target/site/apidocs',
 | 
			
		||||
                        keepAll: false])
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    post {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue