mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
added
This commit is contained in:
parent
4e78122f87
commit
27fff64e72
1 changed files with 8 additions and 1 deletions
|
@ -37,5 +37,12 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
stage('publish build info') {
|
||||||
|
steps {
|
||||||
|
rtPublishBuildInfo (
|
||||||
|
serverId: 'jfrog'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue