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…
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…
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": {
…
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…
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…
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…
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…
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)
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…
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…