Skip to content

Commit a67d9d4

Browse files
Create jenkins vineeth
1 parent 6d115ce commit a67d9d4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

jenkins vineeth

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pipeline {
2+
agent any
3+
4+
stages {
5+
stage('Clone Application Code') {
6+
steps {
7+
git 'https://github.com/ramdevops03/Development-Team-Repo.git'
8+
}
9+
}
10+
stage('Build') {
11+
steps {
12+
sh 'mvn clean -f pom.xml'
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)