Skip to content

Commit f9bb568

Browse files
authored
Merge pull request hellokaton#7 from shitesh372/master
Create jenkinsfile
2 parents 30713dc + 705bdee commit f9bb568

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/jenkinsfile

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

Comments
 (0)