Skip to content

Commit

Permalink
add seperate job for platform-api-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Aug 21, 2020
1 parent 5efc5f9 commit c4b754f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jenkins/seed.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,27 @@ repositories.each{ repo ->
}
}


multibranchPipelineJob('hmda-platform-api-docs') {
branchSources {
github {
id('hmda')
repoOwner('cfpb')
repository("hmda-platform-api-docs")
scanCredentialsId('cfpbhmdadeploybot-github')
}
orphanedItemStrategy {
discardOldItems {
daysToKeep(1)
}
}
factory {
workflowBranchProjectFactory {
scriptPath("Jenkinsfile")
}
}
triggers {
periodic(30)
}
}
}

0 comments on commit c4b754f

Please sign in to comment.