Skip to content

Commit

Permalink
We're no longer publishing to eggplant.jenkins.io for the site.
Browse files Browse the repository at this point in the history
It lives IN THE CLOUD

Fixes INFRA-1418
  • Loading branch information
R. Tyler Croy committed Nov 27, 2017
1 parent e87ab97 commit 33c0f6c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
Expand Up @@ -86,17 +86,6 @@ try {
/* The Jenkins which deploys doesn't use multibranch or GitHub Org Folders
*/
if (env.BRANCH_NAME == null) {
stage('Deploy site') {
/* This Credentials ID is from the `site-deployer` account on
* ci.jenkins-ci.org
*
* Watch https://issues.jenkins-ci.org/browse/JENKINS-32101 for updates
*/
sshagent(credentials: ['site-deployer']) {
sh 'ls build/archives'
sh 'echo "put build/archives/*.zip archives/" | sftp -o StrictHostKeyChecking=no site-deployer@eggplant.jenkins.io'
}
}
stage('Publish on Azure') {
/* -> https://github.com/Azure/blobxfer
Require credential 'BLOBXFER_STORAGEACCOUNTKEY' set to the storage account key */
Expand Down

0 comments on commit 33c0f6c

Please sign in to comment.