Skip to content

Commit

Permalink
Split Try.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtkn committed Dec 2, 2022
1 parent 4af4997 commit 4da4409
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
// specific language governing permissions and limitations
// under the License.

properties([
// max 5 build/branch/day
rateLimitBuilds(throttle: [count: 5, durationName: 'day', userBoost: true]),
parameters([
string(name: 'SPLIT', defaultValue: '5', description: 'Number of buckets to split tests into.'),
string(name: 'OPTS', defaultValue: '', description: 'additional maven opts'),
])
])


def getGithubCreds() {
return [usernamePassword(credentialsId: 'apache-hadoop-at-github.aaakk.us.kg',
passwordVariable: 'GITHUB_TOKEN',
Expand Down

0 comments on commit 4da4409

Please sign in to comment.