Update Jenkinsfile
This commit is contained in:
		
							parent
							
								
									71d12a1f76
								
							
						
					
					
						commit
						608da55115
					
				|  | @ -1,16 +1,5 @@ | ||||||
| pipeline { | node { | ||||||
|   agent any |     checkout scm | ||||||
| 
 |  | ||||||
|   stages { |  | ||||||
|     stage('Build') { |  | ||||||
|       steps { |  | ||||||
|         node { |  | ||||||
|           checkout scm |  | ||||||
|           def customImage = docker.build("microblog:latest") |  | ||||||
|         } |  | ||||||
|       } |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|   } |  | ||||||
| 
 | 
 | ||||||
|  |     def customImage = docker.build("microblog:latest") | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue