Advanced Search
Search Results
5 total results found
Jenkins Notes and Links
Here are links to Jenkins references. Jenkins User Manual: Jenkins User Handbook Dealing with the Jenkins System Account: Jenkins: Home Profile
Linux: Impersonating Users
NOTE: This page was created to generalize the technique of impersonating a system account that has no defined shell, and no known password. Specifically, it was documented as a means to add functionality to a Jenkins build server (where the jenkins account has...
Jenkins: Home Profile
When Jenkins is installed on a linux host, the Jenkins service and any spawned builds run under the context of the jenkins user account.Problem is, the jenkins user account is not a regular user account, with a profile that lives under /home.Instead, the Jenki...
Jenkins References
Jenkins Tutorial — Part 5 — When Conditions Conditionals in a Declarative Pipeline Jenkinsfile Jenkins Declarative Pipeline Tutorial Declarative Pipeline With Jenkins - DZone Refcards
Building Angular in Jenkins Pipelines
Here are some things that need to be done, for a Jenkins build server to build/pack/publish Angular libraries, and apps. NOTE: This page assumes the library or app source code is being built in a monorepo workspace. When using the same Jenkins build server t...