Skip to content

Commit

Permalink
Merge pull request amundsen-io#4 in BI/amundsensearchlibrary from tto…
Browse files Browse the repository at this point in the history
… to test

* commit '1a886d20b6bc92be22dc7cb8bb88bde87b54a65b':
  fix jenkinsfile
  • Loading branch information
Jakub Hettler authored and Jakub Hettler committed Apr 25, 2019
2 parents 5eddd7a + 1a886d2 commit 1ffa15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pipeline {
script {
//if (params.deploy_image) {
masters.each { master ->
def runCont = "ssh -o StrictHostKeyChecking=no airflow@${master} \"cd /usr/local/amundsen && docker-compose -f docker-amundsen.yml up\""
def runCont = "ssh -o StrictHostKeyChecking=no airflow@${master} \"cd /usr/local/amundsen && docker-compose -f docker-amundsen.yml up -d\""
sshagent (credentials: ['37c018e2-e1c9-46bd-85cf-c1d14017a9c9']) {
sh(returnStdout: true, script:runCont)
}
Expand Down

0 comments on commit 1ffa15e

Please sign in to comment.