We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae4b3d commit f881080Copy full SHA for f881080
1 file changed
jenkinsfile
@@ -0,0 +1,10 @@
1
+node{
2
+stage('scm'){
3
+ git 'https://github.com/chrishantha/sample-java-programs.git'
4
+ }
5
+
6
7
+ stage('Build maven') {
8
+ sh 'mvn install'
9
10
+}
0 commit comments