Testing with Jenkins
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		
							
								
								
									
										18
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -1,13 +1,15 @@
 | 
			
		||||
pipeline {
 | 
			
		||||
    agent none
 | 
			
		||||
    stage('Build') {
 | 
			
		||||
        agent {
 | 
			
		||||
            docker { image 'rust:alpine' }
 | 
			
		||||
        }
 | 
			
		||||
        steps {
 | 
			
		||||
            sh 'export'
 | 
			
		||||
            sh 'cargo --release build'
 | 
			
		||||
            sh 'ls -la'
 | 
			
		||||
    stages {
 | 
			
		||||
        stage('Build') {
 | 
			
		||||
            agent {
 | 
			
		||||
                docker { image 'rust:alpine' }
 | 
			
		||||
            }
 | 
			
		||||
            steps {
 | 
			
		||||
                sh 'export'
 | 
			
		||||
                sh 'cargo --release build'
 | 
			
		||||
                sh 'ls -la'
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user