Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for job index and job count for parallelism in Semaphore 2.0 #89

Merged
merged 4 commits into from
Aug 23, 2019

Conversation

ArturT
Copy link
Member

@ArturT ArturT commented Aug 23, 2019

  • SEMAPHORE_JOB_COUNT - total number of jobs generated via parallelism property
  • SEMAPHORE_JOB_INDEX - value in the range from 1 to SEMAPHORE_JOB_COUNT which represents the index of a particular job in the list of generated jobs.

https://docs.semaphoreci.com/article/50-pipeline-yaml#parallelism

@ArturT
Copy link
Member Author

ArturT commented Aug 23, 2019

Related PR: KnapsackPro/knapsack#92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant