mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Create Jenkinsfile
Signed-off-by: alpachino-animesh <ani29halder@gmail.com>
This commit is contained in:
parent
dade7fcf31
commit
84cb17065e
1 changed files with 14 additions and 0 deletions
14
Jenkinsfile
vendored
Normal file
14
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
pipeline {
|
||||||
|
agent any{
|
||||||
|
stages {
|
||||||
|
stage('build')
|
||||||
|
{
|
||||||
|
steps
|
||||||
|
{
|
||||||
|
sh 'mvn package'
|
||||||
|
echo "Package successful"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue