mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
b7e9e4b492
commit
ef5c0f593c
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -61,6 +61,10 @@ pipeline {
|
|||
when {
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
echo 'add jira'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
//jiraSendDeploymentInfo site: '<sitename>.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'
|
||||
|
|
Loading…
Reference in a new issue