Skip to content

Commit 76d9f62

Browse files
authored
Update Jenkinsfile
1 parent c4f5199 commit 76d9f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node{
1414

1515
stage('Build'){
1616
/* bat "ant -f build-mt.xml" */ /*For windows machines*/
17-
sh "ant -f build-mt.xml"
17+
bat "ant -f build-mt.xml"
1818
}
1919
stage('Send Email'){
2020
mail bcc: 'mithunreddytechnologies@gmail.com', body: 'Buils is done', cc: '', from: '', replyTo: '', subject: 'Build Status', to: 'devopstrainingblr@gmail.com'

0 commit comments

Comments
 (0)