Skip to content

Commit

Permalink
add jenkins file for oil build pipeline [wip7]
Browse files Browse the repository at this point in the history
OIL-232
  • Loading branch information
subsend committed May 9, 2019
1 parent 037f6d3 commit b48a5ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions JenkinsFileBuildAndDeployIntegration
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ node {
}

stage('Deploy integration: host1, host2') {
sh 'git push https://git.heroku.com/oil-integration-host1.git HEAD:master'
sh 'git push https://git.heroku.com/oil-integration-host2.git HEAD:master'
sh "git push https://git.heroku.com/oil-integration-host1.git HEAD:master"
sh "git push https://git.heroku.com/oil-integration-host2.git HEAD:master"

}

stage('E2E-Test') {
sh "npm run test:selenium"
}

currentBuild.result = 'SUCCESS'
} catch (e) {
Expand Down

0 comments on commit b48a5ab

Please sign in to comment.