#release-engineering (2019-04)

jenkins_ci All things CI/CD. Specific emphasis on Codefresh and CodeBuild with CodePipeline.

CI/CD Discussions

Archive: https://archive.sweetops.com/release-engineering/

2019-04-01

btai avatar

anyone use https://docs.drone.io/ on k8s before? if so, how was setting it up with the helm chart and how stable is it?

2019-04-08

rohit.verma avatar
rohit.verma

we are using drone for quiet some time. Apart from licensing it works pretty great and the author is quiet responsive on gitter to address your issues

2019-04-11

btai avatar

@rohit.verma do you use the open source or enterprise?

rohit.verma avatar
rohit.verma

@btai we are using the open source one, we use the official 1.x builds as we are under gmv limits. Also we are currently testing knative build to possibly replace drone.

btai avatar

Gmv limits? what’s knative build?

btai avatar

Interesting

2019-04-18

vishnu.shukla avatar
vishnu.shukla

any one using AWS codepipeline for Ruby framework??

vishnu.shukla avatar
vishnu.shukla
vishnu.shukla avatar
vishnu.shukla

can someone help me on this error

vishnu.shukla avatar
vishnu.shukla

?

Alex Co avatar
Alex Co

it does not find any available runtime for js

Alex Co avatar
Alex Co

you may want to check the bundle setup

Alex Co avatar
Alex Co
rails/execjs

Run JavaScript code from Ruby. Contribute to rails/execjs development by creating an account on GitHub.

Alex Co avatar
Alex Co
rails/execjs

Run JavaScript code from Ruby. Contribute to rails/execjs development by creating an account on GitHub.

Alex Co avatar
Alex Co

the simplest way should be install a version of nodejs alongside with the build environment

Alex Co avatar
Alex Co
rails/execjs

Run JavaScript code from Ruby. Contribute to rails/execjs development by creating an account on GitHub.

2019-04-19

dustinvb avatar
dustinvb

I am looking for a simple tool that is maybe already in a Docker image that can take server/credentials vars and remote execute commands on that server with just SSH. I’ve found fabric and sup both seem a little advanced for what I am looking for since I’d ideally like to just provide the vars there and then specify the commands maybe another var for the command? Nice-to-have would be the ability to specify a file to send over and execute. Anyone have any suggestions?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I am a bit confused. The SSH cli can do that out of the box. You just need to pass the credentials to the Docker image.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Similarly scp would let you copy

dustinvb avatar
dustinvb

Which SSH image is this?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Any image that ships with open SSH

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

(E.g. geodesic)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

There might be an official openSSH image too

dustinvb avatar
dustinvb

Thanks

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I can work through it with you if it would help

dustinvb avatar
dustinvb

I was trying to reduce commands like

    - mkdir -p ~/.ssh
    - chmod 700 ~/.ssh
    - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
    - echo "$DEV_SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
    - chmod 600 ~/.ssh/id_rsa
    - ssh $DEV_SSH_HOST 'git --work-tree=/X/Y --git-dir=/X/Y/.git pull origin'

With some type of entrypoint scripting. No worries.

2019-04-23

Titus Rapid avatar
Titus Rapid

anyone have massive mysql databases? I am looking for other methods to release 1-2TB datasets

2019-04-26

chirag kalal avatar
chirag kalal

I was trying to run AWS codebuild with ECR and include buildspeac.yml file in my project but still getting error like:

chirag kalal avatar
chirag kalal
[Container] 2019/04/26 06:27:27 Waiting for agent ping
[Container] 2019/04/26 06:27:32 Waiting for DOWNLOAD_SOURCE
[Container] 2019/04/26 06:27:36 Phase is DOWNLOAD_SOURCE
[Container] 2019/04/26 06:27:36 CODEBUILD_SRC_DIR=/codebuild/output/src310808022/src/bitbucket.org/xyz/demo
[Container] 2019/04/26 06:27:36 Phase complete: DOWNLOAD_SOURCE State: FAILED
[Container] 2019/04/26 06:27:36 Phase context status code: YAML_FILE_ERROR Message: YAML file does not exist

2019-04-29

vishnu.shukla avatar
vishnu.shukla

Issue with the authentication from your source code

vishnu.shukla avatar
vishnu.shukla

check the build error

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Jenkins is Getting Oldattachment image

Jenkins has become a victim of its own success.

2
    keyboard_arrow_up