mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
removed deploy
This commit is contained in:
parent
bdae512c83
commit
a8e4afda0d
1 changed files with 0 additions and 12 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -20,17 +20,5 @@ pipeline {
|
|||
sh'./mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy')
|
||||
{
|
||||
when
|
||||
{
|
||||
branch 'master'
|
||||
}
|
||||
steps
|
||||
{
|
||||
sh'./mvnw deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue