Added the new jenkinsfile

This commit is contained in:
n 2023-03-10 16:21:04 +05:30
parent 3d00af8c5a
commit 909e5d2d3d

3
Jenkinsfile vendored
View file

@ -1,6 +1,9 @@
pipeline {
agent 'any'
triggers { pollSCM '* * * * *' }
parameters {
choice(name: 'MAVEN_GOAL', choices: ['package', 'install', 'clean'], description: 'MAVEN_GOAL')
}
stages {
stage( 'version control sysytem') {
steps {