Skip to content

Commit

Permalink
Update date
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Aug 14, 2023
1 parent cb579fc commit 48d655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/patchDockerImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
void call(Map args = [:]) {
def lib = library(identifier: 'jenkins@dockerpackerlib', retriever: legacySCM(scm))
String docker_image = "opensearchproject/${args.product}:${args.tag}"
def build_number = args.buildNumber ?: "${BUILD_NUMBER}"
//def build_number = args.buildNumber ?: "${BUILD_NUMBER}"

sh """#!/bin/bash
set -e
Expand Down

0 comments on commit 48d655a

Please sign in to comment.