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

Commit

Permalink
JenkinsFile_1
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhasaxena19 authored Jun 21, 2019
1 parent 6f1699a commit 66e76bc
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 66e76bc

Please sign in to comment.