File tree Expand file tree Collapse file tree
src/main/java/com/example/bermtec Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ pipeline {
7272 echo ' Release to Prod'
7373 script {
7474 if (env. BRANCH_NAME == " master" ) {
75- timeout(time : 10 , unit : ' MINUTES ' ) {
75+ timeout(time : 1 , unit : ' HOURS ' ) {
7676 input(' Proceed for Prod ?' )
7777 }
7878 }
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.example</groupId >
66 <artifactId >bermtec</artifactId >
7- <version >1.0.0 </version >
7+ <version >1.0.1 </version >
88 <name >bermtec</name >
99 <packaging >jar</packaging >
1010 <description >bermtec 2022 with Spring Boot</description >
Original file line number Diff line number Diff line change 11package com .example .bermtec ;
22
3- import com .amazonaws .services .lambda .runtime .Context ;
43
54public class GreetingController {
6- public String greeting (String input , Context context ) {
7- context .getLogger ().log ("User Input : " + input );
8- return "Please Welcome Aboard " + input ;
5+ public String greeting () {
6+ return "Please Welcome Aboard " ;
97 }
108}
You can’t perform that action at this time.
0 commit comments