Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
0 votes
0 answers
287 views

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. ...
ABHISHEK KUMAR's user avatar
1 vote
1 answer
104 views

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 ...
Tannu Priya's user avatar
1 vote
2 answers
114 views

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 ...
Tannu Priya's user avatar
0 votes
1 answer
177 views

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 ...
Tannu Priya's user avatar
2 votes
1 answer
211 views

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 ...
Tannu Priya's user avatar
2 votes
1 answer
175 views

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 ...
Samuel Phan's user avatar
  • 4,408
0 votes
1 answer
106 views

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? (...
Sutirtha Das's user avatar
0 votes
1 answer
93 views

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 ...
user3487120's user avatar
0 votes
1 answer
165 views

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-...
user3487120's user avatar
1 vote
1 answer
222 views

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 ...
alexrjs's user avatar
  • 546