mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 04:15:50 +00:00
jenmkinsfile
This commit is contained in:
parent
21b66a8715
commit
b22394b0ba
1 changed files with 15 additions and 15 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,6 +11,7 @@ pipeline {
|
|||
JFROG_CLI_BUILD_NUMBER = "${BUILD_ID}"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Configure JFrog CLI') {
|
||||
steps {
|
||||
withCredentials([usernamePassword(credentialsId: 'jfrog-platform-creds', usernameVariable: 'ARTIFACTORY_USER', passwordVariable: 'ARTIFACTORY_PASSWORD')]) {
|
||||
|
@ -27,7 +28,6 @@ stage('Configure JFrog CLI') {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Validate Connection') {
|
||||
steps {
|
||||
sh 'jf c use petclinic'
|
||||
|
|
Loading…
Reference in a new issue