After your project has been successfully automated...
- You will be given credentials by DevOps Team
- If you didn't get your credentials, send a mail to
devops@openxcell.info- After login, you can see your automated projects.
- In the left panel, there's an option for "Open Blue Ocean" Click on it for better UI.
You can see your projects there.
You can click on any of it, you can see your build history now.
You can click on any build number and you can see build steps. If it has failed, you can find the reason there.
Contact any of the DevOps people for any issue using Jenkins.
2. Kibana(Elastic Search):
Now you can see logs in Kibana(Elastic Search)
your log files will be trasnferred here so you can easily have a look at erros without logging in SSH/putty.
We have implemented Elastic Search for that.
Go to this Document for further details on how to use Kibana.
Contact any of the DevOps people for any issue in finding logs.
3. Gitlab
We will implement any of the branches of your repository that is given by you for automation.
1. In future, you may need to change that branch for that contact DevOps Team.
2. If you have implemented Automation in your master branch/ another branch from where you are going to create another branch then that sub-branch will take
Jenkinsfile along with it and will result in an error in Jenkins.
- To stop that, just remove Jenkinsfile from that sub-branch.
PS: you can have automation in more than one branch.