fixed type

This commit is contained in:
Maharshi Patel 2021-01-10 19:16:51 -08:00
parent 49e062f018
commit 8cfbbd80ed

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
// Definition of Jenkins job configuration
/////////////////////////////////////////////////////////////////////
tools {
maven 'M3'
MAVEN_TOOL 'M3'
}
options {
skipStagesAfterUnstable()