Skip to content

Commit 4096bb4

Browse files
authored
Update Jenkinsfile
1 parent 804aab9 commit 4096bb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ pipeline {
3636
sh 'mvn deploy'
3737
}
3838
}
39+
40+
post{
41+
failure{
42+
echo 'Building failed'
43+
emailext body: 'Building failing', subject: 'feedback', to: 'matchumsandy@gmail.com'
44+
}
45+
}
3946

4047
}
4148

0 commit comments

Comments
 (0)