How to have multiple Jenkins account in Liferay PaaS
knowledge-article-header-disclaimer-how-to
knowledge-article-header-disclaimer
legacy-article
learn-legacy-article-disclaimer-text
Issue
- Is there any possibility of having multiple Jenkins accounts for the build process and deployment in the environment so that would be able to track who initiated the Jenkins build or who started the build?
Resolution
- It is possible by creating the number of users in Jenkins. However, the option to create new users in Jenkins will not be possible because administrative access: Admin-level access is not allowed on the Jenkins server.
- Instead of this, kindly use the Jenkins pipeline hooks to extend the CI pipeline. Existing DevOps processes may need to be adjusted to conform to this pipeline.
did-this-article-resolve-your-issue