Skip to content

Commit 542cbc8

Browse files
authored
Update Jenkinsfile
1 parent 3d3f746 commit 542cbc8

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
1+
pipeline
2+
{
3+
agent any
4+
stages
5+
{
6+
stage('Build')
7+
{
8+
steps
9+
{
10+
mvn clean install
11+
}
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)