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