Skip to content

Commit

Permalink
Revert "Temporarily disable integration phase for debugging purposes"
Browse files Browse the repository at this point in the history
This reverts commit 911f7c0.
  • Loading branch information
krame505 committed Jun 27, 2020
1 parent 76c1650 commit 74ac7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ melt.trynode('silver') {
// Clean
sh "rm -rf silver-latest"
}
/*

stage("Integration") {
// Projects with 'develop' as main branch, we'll try to build specific branch names if they exist
def github_projects = ["/melt-umn/ableC", "/melt-umn/Oberon0", "/melt-umn/ableJ14", "/melt-umn/meta-ocaml-lite", "/melt-umn/rewriting-lambda-calculus",
Expand All @@ -111,7 +111,7 @@ melt.trynode('silver') {
// Do downstream integration testing
parallel tasks
}
*/

if (env.BRANCH_NAME == 'develop') {
stage("Deploy") {
sh "rsync -a --exclude .git --exclude generated --exclude silver-latest.tar.gz --delete --delete-excluded ./ ${silver.SILVER_WORKSPACE}/"
Expand Down

0 comments on commit 74ac7a0

Please sign in to comment.