Update vars/jenkinsPipelineSkeleton.groovy
This commit is contained in:
@@ -38,10 +38,11 @@ def call(String projectName, Map config) {
|
|||||||
|
|
||||||
stage('Build and Deploy') {
|
stage('Build and Deploy') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([
|
withCredentials([
|
||||||
string(credentialsId: 'quarkus-db-secret', variable: 'QUARKUS_DB_USER'),
|
usernamePassword(credentialsId: 'quarkus-db-secret',
|
||||||
string(credentialsId: 'quarkus-db-secret', variable: 'QUARKUS_DB_PASSWORD')
|
usernameVariable: 'QUARKUS_DB_USER',
|
||||||
]) {
|
passwordVariable: 'QUARKUS_DB_PASSWORD')
|
||||||
|
]) {
|
||||||
|
|
||||||
script {
|
script {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user