Understanding Authentication and Authorization methods in jenkins
Authentication – How to login into JenkinsAuthorization – User’s permissions to do in Jenkins How to login into Jenkins or supported authentication methods in jenkins? Delegate to servlet container ‘Jenkins’…
Read more »How to create a Pipeline jobs in Jenkins?
You can make pipeline using any one of the following ways. Use “Build Pipeline” plugin if you have already setup a jobs in Jenkins Use “Pipeline” plugin if you would…
Read more »How to enable jenkins to send an email?
Step 1 – Install following plugins Mailer Plugin – Basic Email Extension Plugin Step 2 – Setup FROM email address on “System Admin e-mail address” http://13.235.81.87:8080/configure Step 3 – Setup…
Read more »How to enable jenkins to send an chat message using team and slack?
Step 1 – Install a jenkins plugins Office 365 Connector Slack Notification Step 2 – Configure plugins at http://13.235.81.87:8080/configure Section called “Office 365 Connector” Section called “Slack” Step 3 –…
Read more »Interview Questions & Answers Complete Guide for SRE
What is the difference between DevOps and SRE? Ans. A. Organizational Silos Reduction: SRE approaches Ops as if it were a software engineering issue. To bridge these two worlds, DevOps…
Read more »Interview Questions & Answers Complete Guide for DevSecOps
1.How important has security been in your DevOps journey? Ans. Interviewers ask this intentionally broad question to lead job candidates into a discussion about DevOps security and to assess the…
Read more »Top 50 Bitbucket Interview questions and answers
Q1. How use Bitbucket step by step? From Bitbucket, click the + icon in the global sidebar and select Repository. Bitbucket displays the Create a new repository page. … For…
Read more »Top GitLab interview questions and answers
How is GitLab different from GitHub? The major difference between GitHub and GitLab is the platform each philosophy presents. GitHub has higher availability and is more focused on infrastructure performance, while…
Read more »Top Gerrit interview questions and answers
How do you implement Gerrit? Make sure that you are in the directory of the code repository (the command pwd tells you where exactly you are). Update the main development…
Read more »Top GitHub interview questions and answers
What’s the difference between Git and GitHub? What’s the difference? Simply put, Git is a version control system that lets you manage and keep track of your source code history. GitHub…
Read more »Top Blockchain certified professional interview question and answers
How do you respond to blockchain? The blockchain is a decentralized distributed database of immutable records. The technology was discovered with the invention of Bitcoins (the first cryptocurrency). It’s a trusted…
Read more »Top Hashicorp vault interview question and answers
What is vault associate? The Vault Associate certification is for Cloud Engineers specializing in security, development, or operations who know the basic concepts, skills, and use cases associated with open source HashiCorp…
Read more »Top App dynamics interview questions and answers
What type of tool is AppDynamics? With a SaaS and an on-premise option, AppDynamics is an APM platform that uses analytics and end-to-end transaction tracing to determine how application performance impacts business…
Read more »Top Elastic search interview questions and answers
What is the main use of Elasticsearch? Elasticsearch is used for a lot of different use cases: “classical” full-text search, analytics store, auto-completer, spell checker, alerting engine, and as a…
Read more »Top Splunk interview questions and answers
What are the components of Splunk? There are 3 main components in Splunk: Splunk Forwarder, used for data forwarding. Splunk Indexer, used for Parsing and indexing the data. Search Head,…
Read more »Top Datadog interview questions and answers
How do you get hired at Datadog? How to Prepare Use your network. Reach out to your alumni network and see if they can offer you insight into Datadog and…
Read more »Top Git interview questions and answers
What is Git fork? Forking is a git clone operation executed on a server copy of a project’s repo. A Forking Workflow is often used in conjunction with a Git hosting…
Read more »Top XL deploy interview questions and answers
What is the XL release used for? XL Release is an enterprise release coordination software solution that allows you to Plan, track, and execute release plans from code drop to end-user. Proactively avoid…
Read more »Top UBuild interview question and answers
What is uBuild? In Agile development, uBuild is used to automate Continuous Integration builds, nightly builds, automated unit or functional tests, deployments, releases, or any other process in the application lifecycle….
Read more »Top Bamboo interview questions and answers
What is Bamboo software used for? Bamboo is a continuous integration (CI) server that can be used to automate the release management for a software application, creating a continuous delivery pipeline….
Read more »Top Teamcity interview questions and answers
What is the TeamCity tool used for? TeamCity is a CI server written in Java. It allows developers to integrate, code, and is easier to configure with simple steps. On TeamCity…
Read more »Top Jenkins interview questions and answers
What is a basic requirement for using Jenkins? To use Jenkins you require: A source code repository that is accessible, for instance, a Git repository. A working build script, e.g., a…
Read more »Top Gradle interview questions and answers
What is Gradle build tool? Gradle is a build automation tool based on Groovy and Kotlin. It’s open-source and flexible enough to build almost any type of software. It also supports…
Read more »Top Maven interview questions and answers
What Maven is used for? Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala,…
Read more »Top SonarQube interview questions and answers
What is SonarQube used for? SonarQube is a Code Quality Assurance tool that collects and analyzes source code and provides reports for the code quality of your project. It combines static…
Read more »Top Jira interview questions and answers
What is the full form of Jira? JIRA is a tool developed by Australian Company Atlassian. … The JIRA’s full form is actually inherited from the Japanese word “Gojira” which means “Godzilla”….
Read more »100+ Checklists for Digital Marketing PLAN
Social Media Developing editorial calendar for content sharing Updating Facebook, Instagram, LinkedIn, Twitter pages Answering LinkedIn questions Updating Tumblr, Vine, and other social networks Managing your Yelp profile Bookmarking blog…
Read more »[SOLVED] Flutter : PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)
ERROR PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null) SOLUTION The following solution works in the flutter project: Step 1: Generate SHA1 and SHA256 keys. (Don’t know how to generate SHA1 and…
Read more »[Solved] Flutter : Error: The getter ‘subhead’ isn’t defined for the class ‘TextTheme’ from package:flutter/src/material/text_theme.dart’ – searchable_dropdown
ERROR SOLUTION There are Two Solutions for this error Use Alternative Package Do some changes in .pub-cache Use Alternative Package I switched from searchable_dropdown to search_choices and it works OK….
Read more »[SOLVED] Flutter Error: The getter ‘body1’ isn’t defined for the class ‘TextTheme’ – place_picker.
Error SOLUTION Here is what I found on StackOverflow Source (Stackoverflow):- https://stackoverflow.com/questions/69312392/how-to-resolve-error-the-getter-body1-isnt-defined-for-the-class-texttheme To fix this issue you have to make some changes to Two files C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/place_picker-0.9.19-nullsafety/lib/widgets/rich_suggestion.dart 2. C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/place_picker-0.9.19-nullsafety/lib/widgets/search_input.dart Changes to…
Read more »