This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -16,7 +16,7 @@ pipeline {
 | 
			
		||||
        stage('Deploy') {
 | 
			
		||||
             steps {
 | 
			
		||||
                echo 'Deploying...'
 | 
			
		||||
                sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install & mvn deploy'
 | 
			
		||||
                sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install'
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@@ -52,9 +52,9 @@
 | 
			
		||||
    <distributionManagement>
 | 
			
		||||
        <repository>
 | 
			
		||||
            <uniqueVersion>false</uniqueVersion>
 | 
			
		||||
            <id>knarcraft1</id>
 | 
			
		||||
            <id>internal.repo</id>
 | 
			
		||||
            <name>KnarCraft Repository</name>
 | 
			
		||||
            <url>https://jenkins.knarcraft.net/releases/</url>
 | 
			
		||||
            <url>https://git.knarcraft.net</url>
 | 
			
		||||
            <layout>default</layout>
 | 
			
		||||
        </repository>
 | 
			
		||||
        <downloadUrl>https://git.knarcraft.net/KnarCraft/FFmpegConvert</downloadUrl>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user