Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
jenkins test
Browse files Browse the repository at this point in the history
  • Loading branch information
kihyuk-jeong committed May 7, 2021
1 parent 06a9452 commit 5aa91a9
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions Jenkinsfile-cd
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,7 @@ pipeline {
}
}

stage('Deploy') {
steps([$class: 'BapSshPromotionPublisherPlugin']) {
sshPublisher(
continueOnError: false, failOnError: true,
publishers: [
sshPublisherDesc(
configName: "shoe-auction-deploy",
verbose: true,
transfers: [
sshTransfer(
sourceFiles: "",
removePrefix: "",
remoteDirectory: "",
execCommand: "sh ~/app/step1/deploy.sh"
)
]
)
]
)
}
}


post {
success {
Expand Down

0 comments on commit 5aa91a9

Please sign in to comment.