Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from prakhasaxena19/patch-1
Browse files Browse the repository at this point in the history
JenkinsFile_1
  • Loading branch information
piomin authored Sep 1, 2020
2 parents f3de98d + 66e76bc commit 6b8e1b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions JenkinsFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'mvn --version'
}
}
}
}

0 comments on commit 6b8e1b4

Please sign in to comment.