How to add aws secrets or credentials in jenkins and use them
Jan 31, 2024 · 1 min read · Pre-requisites : Jenkins server setup is already on place your own gitlab repo Steps: 1) Login to jenkins ----> Manage Jenkins -----> Credentials How to Use These secrets Create a Jenkins file in gitlab repo : pipeline { agent { la...
Join discussion