Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Enable Alpine CI #15502

Merged
merged 2 commits into from
Dec 13, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Enable the Alpine CI test on every PR
  • Loading branch information
janvorli committed Dec 13, 2017
commit 563cc98c58204c7adca4bd255ca610c4658e887f
2 changes: 1 addition & 1 deletion buildpipeline/pipelinejobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def branch = GithubBranchName
def alpine36Pipeline = Pipeline.createPipelineForGithub(this, project, branch, 'buildpipeline/alpine.3.6.groovy')

def configurations = [
['TGroup':"netcoreapp", 'Pipeline':alpine36Pipeline, 'Name':'Alpine.3.6' ,'ForPR':"", 'Arch':['x64']],
['TGroup':"netcoreapp", 'Pipeline':alpine36Pipeline, 'Name':'Alpine.3.6' ,'ForPR':"Debug-x64", 'Arch':['x64']],
]

configurations.each { config ->
Expand Down