Update Jenkinsfile

This commit is contained in:
ichbinGaurav 2024-01-06 19:41:10 +00:00
parent 0e4a2fa7b5
commit 895c09f570

31
Jenkinsfile vendored
View file

@ -1,35 +1,8 @@
pipeline {
agent any
stages {
stage('1. Clean') {
steps {
bat 'ant clean'
}
}
stage('2. Build') {
steps {
bat 'ant build'
}
}
stage('3. Test') {
steps {
bat 'ant Main_classTest'
}
}
stage('4. Mutation') {
steps {
bat 'ant pit'
}
}
stage('5. bugs') {
steps {
bat 'ant spotbugs'
}
stage{
echo "Hello World"
}
}