Skip to content

Commit b3c4e36

Browse files
acountid added as default in param
1 parent bf35ade commit b3c4e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile-ECR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline{
1313
parameters
1414
{
1515
choice(name: 'activity', choices: ['proceed', 'stop'], description: 'Choose proceed/stop')
16-
string(name: 'AWS_ACCOUNT_ID', defaultValue: '', description: 'Enter aws account id')
16+
string(name: 'AWS_ACCOUNT_ID', defaultValue: '639323015973', description: 'Enter aws account id')
1717
string(name: 'REGION', defaultValue: 'ap-southeast-2', description: 'Enter region name')
1818
string(name: 'REPO_NAME', defaultValue: 'indrajid', description: 'Enter repo name')
1919
}

0 commit comments

Comments
 (0)