Update Jenkinsfile

This commit is contained in:
ichbinGaurav 2024-01-06 20:38:18 +00:00
parent a28c4286a5
commit 175d840365

7
Jenkinsfile vendored
View file

@ -15,13 +15,6 @@ pipeline {
bat "ant build"
}
}
stage('Run')
{
steps
{
bat "ant Loan"
}
}
stage('Test')
{
steps