Merge branch 'develop'
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -2,7 +2,6 @@ pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
// Install the Maven version configured as "M3" and add it to the path.
|
||||
maven "maven_jenkins"
|
||||
}
|
||||
|
||||
@@ -17,5 +16,12 @@ pipeline {
|
||||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Installing Stage') {
|
||||
steps {
|
||||
sh 'mvn install'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user