Skip to content

Commit

Permalink
Update mavenJarPipeline.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
Surajkumar98012 authored Dec 27, 2023
1 parent 0f1dc9c commit 9cd144b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/mavenJarPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
def call(Map config) {
// Define the pipeline parameters
def dockerImage = config.dockerImage ?: 'maven:3.8.1-jdk-11'
def dockerHubUser = config.dockerHubUser ?: 'suraj009' // Change the default value to 'suraj009'
def dockerHubUser = config.dockerHubUser ?: 'username' // Change the default value to 'suraj009'
def dockerHubRepo = config.dockerHubRepo ?: 'my-java-app'
def dockerHubTag = config.dockerHubTag ?: 'latest'

Expand Down

0 comments on commit 9cd144b

Please sign in to comment.