Skip to content

Commit

Permalink
Build Number signature change
Browse files Browse the repository at this point in the history
  • Loading branch information
gajendran.c committed Jul 15, 2020
1 parent 3b1a1f4 commit 70fd1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
throw new Exception("Working directory / dockerfile does not exist!");

String workDir = buildConfig.getWorkDir().replaceFirst(getCommonBasePath(buildConfig.getWorkDir(), buildConfig.getDockerFile()), "./")
String image = "${REPO_NAME}/${buildConfig.getImageName()}:${scmVars.VERSION}-${scmVars.ACTUAL_COMMIT}";
String image = "${REPO_NAME}/${buildConfig.getImageName()}:v${scmVars.VERSION}-${scmVars.ACTUAL_COMMIT}";
serviceCategory = buildConfig.getServiceCategoryName(); // Dashboard
buildNum = "${scmVars.VERSION}"; // Dashboard
String noPushImage = env.NO_PUSH ? env.NO_PUSH : false;
Expand Down

0 comments on commit 70fd1cb

Please sign in to comment.