Skip to content

Commit d77976f

Browse files
authored
Update jenkinsfile
1 parent 9257989 commit d77976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pipeline {
4747
mail(
4848
to: 'inder.23.edu@gmail.com', // Recipient email
4949
subject: 'Pipeline Build failure', // Subject of the email
50-
body: 'The build was failure. // Body of the email
50+
body: 'The build was failure.' // Body of the email
5151
)
5252
}
5353

0 commit comments

Comments
 (0)