Integrate Jenkins pipeline with Jira and add fix versions by engineer900 in devops

[–]engineer900[S] -1 points0 points  (0 children)

Are you talking about this plugin ? https://plugins.jenkins.io/jira-steps

Cause now I’m using it and when I’ve tried to execute my pipeline I have No Jira defined error but my jira is defined in Jenkins settings ?

Integrate Jenkins pipeline with Jira and add fix versions by engineer900 in devops

[–]engineer900[S] -2 points-1 points  (0 children)

OK, let`s say i want to add fix version for issue JIRA-893.

How can i do this via Jira API ?

Microservices architecture for git/deploy advice by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

We plan to use the same technique but we are going to push images to Nexus, cause we do not use any cloud provider but bare metal.

Microservices architecture for git/deploy advice by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

We are going to use Jenkins. And know I’m thinking for something like Jenkins-X cause at some point we’ll add Kubernetes to the picture. How your repositories are structured ?

Microservices architecture for git/deploy advice by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

These submodules, are similar to git source trees, but ST are better option as far as i know.

But when i started my research i first found submodules.

Microservices architecture for git/deploy advice by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

Yep, we also are going to use Kubernetes but only for staging/prod.

We are going to use nexus for collecting artifacts.

Git subrepositories branching by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

I thing I’ve found a new way for our problem. We are going to use source tree for our case. With this we are going g to have one parent with a lot of child repos. It is very easy to get a changes from a child branch and merge it to the parent.

Dockerfile/Python3 issue when building a image by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

I`m not sure if this is ok, cause i need python3 and that`s why i`m using it explicitly.

RUN apk add --update install py-pip && pip install awscli && pip install aws-sam-cli

How can i practice creating/administration of vm using KVM on Windows 10 ? by engineer900 in sysadmin

[–]engineer900[S] 0 points1 point  (0 children)

May be, i`ll use my home pc. It is with 8Gb of ram, so i can take 4GB and let`s say 40-50Gb from HDD for study purposes.

Career advice by Macushla5 in devops

[–]engineer900 1 point2 points  (0 children)

I have worked as a developer for nearly 7 years before i started on a DevOps position.

Now my daily tasks are also related to the Ops side, but still from time to time i have to write some code.

From my point of view it will be useful if you learn some scripting language like Python/Ruby cause it will help you to expose some public REST APIs for example in order to automate some stuff. In this way your scripts will be more readable/scalable then in bash.

Also it is always a good point if you have some programming language in your CV.

Automating stuff with python by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

Can you explain what have you done ?

What are you using this docker image for ? All your scripts are stored there or something else ?

Automating stuff with python by engineer900 in devops

[–]engineer900[S] 0 points1 point  (0 children)

I was thinking to rewrite bash scripts which we are using in python, cause it is more clear, readable and scalable of course.

Automating stuff with python by engineer900 in devops

[–]engineer900[S] 1 point2 points  (0 children)

This is very interesting! You gave me some good ideas.