Added git checkout.
This commit is contained in:
		
							
								
								
									
										1
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -4,6 +4,7 @@ servepeline {
 | 
				
			|||||||
    stages {
 | 
					    stages {
 | 
				
			||||||
        stage('Linux Testing') {
 | 
					        stage('Linux Testing') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
 | 
							checkout
 | 
				
			||||||
                sh "cargo test"
 | 
					                sh "cargo test"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user