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 422ba83 commit b2c6e09Copy full SHA for b2c6e09
Jenkinsfile
@@ -1,5 +1,8 @@
1
pipeline{
2
agent any
3
+ tools{
4
+ maven "MAVEN"
5
+ }
6
stages{
7
stage("build"){
8
steps{
0 commit comments