Questions tagged [screwdriver-cd]

Screwdriver Build Platform for Continuous Delivery

Screwdriver Build Platform for Continuous Delivery

10 questions
2
votes
1 answer

Unable to login to screwdriver.cd via github

Every time I try logging in to https://cd.screwdriver.cd/login I am getting {"statusCode":403,"error":"Forbidden","message":"User github:tannupriyasingh is not allowed access"} error. I tried adding webhook to Github with steps mentioned here…
Tannu Priya
  • 313
  • 2
  • 15
2
votes
1 answer

Is it possible to have a Screwdriver pipeline hooked to a GitHub organization?

Any PR/push on any repository in this organization MUST trigger the Screwdriver pipeline. This Screwdriver pipeline will be in charge to check all the repositories in this organization to be compliant to some internal rules/policies. Is it…
Samuel Phan
  • 4,218
  • 2
  • 17
  • 18
1
vote
1 answer

Resources consumed by build jobs in screwdriver.cd

While deploying an instance of screwdriver.cd via helm chart, where do we specify how much CPU every job would consume? Every new build triggered currently via screwdriver spins up a pod consumes which request for below resources: "resources": { …
Tannu Priya
  • 313
  • 2
  • 15
1
vote
2 answers

Unable to install screwdriver charts on EKS cluster

I am trying to do helm install . --name my-screwdriver --namespace your-namespace step in https://github.com/screwdriver-cd/screwdriver-chart to spin up a screwdriver instance on eks cluster. I am running into Error: YAML parse error on…
Tannu Priya
  • 313
  • 2
  • 15
1
vote
1 answer

screwdriver-cd | How to use multiple repo providers in screwdriver.cd?

I Just learned about screwdriver.cd on one of the AllDayDevOpsDay 2017 tracks. Tried it out with the generic-quickstart and want to use it for a open source python project. I installed it used GitHub as login authority, but what do I do if I want to…
alexrjs
  • 546
  • 8
  • 15
0
votes
0 answers

How to call actuator health endpoint from screwdriver yml file to check container health?

I am having a gradle based spring boot project with screwdriver as CI/CD tool. The CI jobs are specified using templates. I have the requirement of testing the docker container health while PR build. I am thinking of following approach : Build the…
ABHISHEK KUMAR
  • 71
  • 1
  • 10
0
votes
1 answer

Authorization callback URL for Screwdriver.cd

I am trying to spin up my own instance of Screwdriver.cd and to generate oauthClientId and oauthClientSecret I need Authorization callback URL. Can someone please help me with the Authorization callback URL and homepage URL for screwdriver.cd I am…
Tannu Priya
  • 313
  • 2
  • 15
0
votes
1 answer

Changing timezone for buildPeriodically (cron job) in screwdriver-cd

I have a job that i need to run everyday at 8 am. But the default timezone for the annotation : screwdriver.cd/buildPeriodically: H 8 * * * is UTC. Can i change it to some other timezone? (specifically JST)
Sutirtha Das
  • 163
  • 8
0
votes
1 answer

Invoke jenkins from screwdriver.cd

I have configured screwdriver.cd cluster in local machine. Able to create pipeline and invoke few commands that run npm commands. The idea we started exploring screwdriver is to connect our existing jenkins jobs to better show in good UI like…
user3487120
  • 27
  • 1
  • 1
  • 6
0
votes
1 answer

Create pipeline from screwdriver UI

I am using docker container to bring up screwdriver UI on local machine. Able to bring up docker image for screwdriver UI as mentioned in below documentation https://docs.screwdriver.cd/cluster-management/configure-ui On sigin in to screwdriver UI…
user3487120
  • 27
  • 1
  • 1
  • 6