Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils committed Jan 31, 2025
1 parent 8992805 commit 369ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/jasper/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pipeline {
def vaultToken = intention.provisionToken("login", CONFIG_ROLE_ID)
def vault = new Vault(vaultToken)
vault.readToObject("apps/data/dev/jasper/jasper-reports/${params.jasperReportsInstance}", env)
println "Hello from " + vault.hello
println "Hello from ${env.hello}"
} catch (IllegalStateException ex) {
echo "IllegalStateException occurred: $ex"
currentBuild.result = 'ABORTED'
Expand Down

0 comments on commit 369ed34

Please sign in to comment.