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
f656cf3555
commit
9b9532ec58
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -64,11 +64,11 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Deploying to Production from main...'
|
echo 'Deploying to Production from main...'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
//jiraSendDeploymentInfo site: '<sitename>.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'
|
//jiraSendDeploymentInfo site: '<sitename>.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'
|
||||||
jiraAddComment comment: 'build ', idOrKey: 'Task1', site: 'https://butenko992.atlassian.net'
|
jiraAddComment comment: 'build ', idOrKey: 'Task1', site: 'https://butenko992.atlassian.net'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue