Added some comments

This commit is contained in:
abhishek 2023-11-01 15:03:03 +05:30
parent 5e5c68393f
commit cefa3a5633

5
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline{
branch : 'main'
}
}
stage('Build'){
stage('Build'){
steps{
sh 'mvn package'
}
@ -35,4 +35,5 @@ pipeline{
to : 'abhishek16tiwary@gmail.com'
}
}
}
}
//this file is for jenkins