We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577870c commit f14aac9Copy full SHA for f14aac9
Jenkinsfile
@@ -4,6 +4,7 @@ pipeline {
4
stages {
5
6
stage('Build') {
7
+ tools{maven 'MAVEN'}
8
agent {label 'built-in'}
9
steps {
10
// Skip tests during build
0 commit comments