| 
														
															@@ -6,10 +6,10 @@ pipeline { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     git_url="" 
														 | 
														
														 | 
														
															     git_url="" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   parameters { 
														 | 
														
														 | 
														
															   parameters { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    booleanParam( 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    string( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       name: "build", 
														 | 
														
														 | 
														
															       name: "build", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      defaultValue: true, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      description: "To build image set built to 'true'. To not build - set parameter to 'false'." 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      defaultValue: "true", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      description: "To build image set built to 'true'. To not build, set parameter to anything else - 'false'." 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     ) 
														 | 
														
														 | 
														
															     ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     string( 
														 | 
														
														 | 
														
															     string( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       name: "repo", 
														 | 
														
														 | 
														
															       name: "repo", 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -24,7 +24,7 @@ pipeline { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   stages { 
														 | 
														
														 | 
														
															   stages { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     stage("Build") { 
														 | 
														
														 | 
														
															     stage("Build") { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      when { expression { build == true } } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      when { expression { build == "true" } } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       steps { 
														 | 
														
														 | 
														
															       steps { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         echo "Building with repo $repo" 
														 | 
														
														 | 
														
															         echo "Building with repo $repo" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         sh '''pwd 
														 | 
														
														 | 
														
															         sh '''pwd 
														 |