We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a4701 commit dc63fd8Copy full SHA for dc63fd8
1 file changed
Jenkinsfile
@@ -0,0 +1,10 @@
1
+pipeline {
2
+ agent { docker { image 'maven:3.3.3' } }
3
+ stages {
4
+ stage('build') {
5
+ steps {
6
+ sh 'mvn --version'
7
+ }
8
9
10
+}
0 commit comments