mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-12 01:11:10 +00:00
Update Jenkinsfile.pr
Signed-off-by: Riz Urian <98958099+rizjosel@users.noreply.github.com>
This commit is contained in:
parent
ef9dc3fd1a
commit
07202b3b16
1 changed files with 0 additions and 24 deletions
|
|
@ -10,15 +10,6 @@ pipeline {
|
|||
|
||||
stages {
|
||||
|
||||
stage('Notify GitHub Pending') {
|
||||
steps {
|
||||
setGitHubPullRequestStatus(
|
||||
context: 'Jenkins CI',
|
||||
state: 'PENDING'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
stage('List Workspace') {
|
||||
steps {
|
||||
sh 'ls -l'
|
||||
|
|
@ -53,19 +44,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
setGitHubPullRequestStatus(
|
||||
context: 'Jenkins CI',
|
||||
state: 'SUCCESS'
|
||||
)
|
||||
}
|
||||
failure {
|
||||
setGitHubPullRequestStatus(
|
||||
context: 'Jenkins CI',
|
||||
state: 'FAILURE'
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue