Skip to content

Instantly share code, notes, and snippets.

View alexandruivan's full-sized avatar

alexandruivan

View GitHub Profile
pipeline {
agent any
stages {
stage('test') {
steps {
script {
vault_password = vault path: 'secret/pipeline/vault', key: 'role-id'
println vault_password
}