Skip to content

Commit f881080

Browse files
author
EC2 Default User
committed
Jenkins file
1 parent 9ae4b3d commit f881080

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)