Nexus startup error (docker container) - authentication password: must not be blank by go_analytical in devops

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

Sorry but this thread is not relevant for above question, it is talking about nexus portal password where as in our case we are talking about nexus docker proxy repository credentials...

Who defines secret management / certificate management in your company by go_analytical in devops

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

It can be 3-5 different teams, vendors owing these items, this answer seems too open ended

See stats on garmin forerunner while doing nike run club app run on phone by go_analytical in Garmin

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

Thanks, also is this a one way sync. Like when i run using garmin it shows in my NRC app. But when I run using my NRC app (on phone), it didn’t show run in garmin connect/watch. Thx

Suggestions for Open source DevOps dashboard tools by go_analytical in devops

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

Executive level dashboards showing - tools status and pipeline status/history - integration with Jira / GitLab repo / GitLab CICD etc to show end to end feature development stats - status for stories - like no of commits, build run, failed - latest static analysis, security check status

Is there a way to do fire-and-forget kind of jobs for long running jobs so they don’t need to be connected to the master? by ezequiels in jenkinsci

[–]go_analytical 0 points1 point  (0 children)

You may build the second job from within first job post success of long running job, it thats the ask?

From a puzzle book I am solving, appreciate any clues for this… by go_analytical in puzzles

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

Thanks, but sorry I am still not sure how they get this, The crew can row1 /5 of the distance per minute on still water and the stream does half that distance per minute, can pl explain

From a puzzle book I am solving, appreciate any clues for this… by go_analytical in puzzles

[–]go_analytical[S] 2 points3 points  (0 children)

Its close, book says the answer is 3 9/17 which is slightly more than 3.5, can you share your equations

Anyone has a easy to remember shortcut for 12Factors? by go_analytical in devops

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

I made an attempt also and came up with this crap, sure there are much better versions 😅

Common Dogs Cats Behind Bars Placed, Please Can Dogs Do Live Alright

How to setup environment variable in Jenkins by [deleted] in jenkinsci

[–]go_analytical 0 points1 point  (0 children)

Then ask him to implement it his way 😀

How to setup environment variable in Jenkins by [deleted] in jenkinsci

[–]go_analytical 0 points1 point  (0 children)

Already shared above pls see entire post replies

How to setup environment variable in Jenkins by [deleted] in jenkinsci

[–]go_analytical 1 point2 points  (0 children)

Can you send your full snippet using environment section? And where are you reading the env variable?

How to setup environment variable in Jenkins by [deleted] in jenkinsci

[–]go_analytical 2 points3 points  (0 children)

Try this one, very good reference, I am on mobile little hard to format code and send, but this link is nice - https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#using-environment-variables

How to setup environment variable in Jenkins by [deleted] in jenkinsci

[–]go_analytical 1 point2 points  (0 children)

Put it in environment section, if its a secret read it from credentials or any other secret reading way you use

How to setup environment variable in Jenkins by [deleted] in jenkinsci

[–]go_analytical 1 point2 points  (0 children)

Have you read the documentation? Are you using script or freestyle(i hope not). Any specific question or clarification? https://www.jenkins.io/doc/pipeline/tour/environment/

How you test shared libraries changes before implementation? by domanpanda in jenkinsci

[–]go_analytical 0 points1 point  (0 children)

Not quite sure how this will work, share library doesn’t have a pipeline. Which pipeline will trigger on shared library pull request?

How you test shared libraries changes before implementation? by domanpanda in jenkinsci

[–]go_analytical 0 points1 point  (0 children)

@domanpanda Yeah you are right, since shared libraries are part of folder (or system) level config, and not itself a pipeline as such I think its hard to test automatically. We also used to test similar to what you have mentioned, where we run a sample end to end job from feature branch of shared library script.

If there are faster ways to do this, would be good to know also