Skip to content

Commit fdecbcd

Browse files
authored
Update Jenkinsfile
1 parent 4dc5cd7 commit fdecbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ node{
1515

1616
stage('Build'){
1717
/* bat "ant -f build-mt.xml" */ /*For windows machines*/
18-
sh "ant -f build-mt.xml"
18+
bat "ant -f build-mt.xml"
1919
}
2020
stage('Send Email'){
2121
mail bcc: '[email protected]', body: 'Buils is done', cc: '', from: '', replyTo: '', subject: 'Build Status', to: '[email protected]'

0 commit comments

Comments
 (0)