We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30713dc + 705bdee commit f9bb568Copy full SHA for f9bb568
1 file changed
src/jenkinsfile
@@ -0,0 +1,11 @@
1
+pipeline {
2
+ agent any
3
+
4
+ stages {
5
+ stage('install maven') {
6
+ steps {
7
+ sh 'sudo apt install mvn -y'
8
+ }
9
10
11
+}
0 commit comments