add jenkinsfile
This commit is contained in:
		
							parent
							
								
									9a5f776d41
								
							
						
					
					
						commit
						5250869a67
					
				| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					pipeline {
 | 
				
			||||||
 | 
					    agent any
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    stages {
 | 
				
			||||||
 | 
					        stage('Do nothing') {
 | 
				
			||||||
 | 
					            steps {
 | 
				
			||||||
 | 
					                sh '/bin/true'
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue