Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Prajapati <quic_mprajapa@quicinc.com>
  • Loading branch information
quic-mprajapa authored and quic-bharathr committed Nov 7, 2024
1 parent 9dafb38 commit b8914e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def callAimetExtra(target_branch) {
using_linaro=""
}

if (target_branch.startswith("release-aimet")) {
if (target_branch.startsWith("release-aimet")) {
echo "Running AIMET additional stages on ${CHANGE_TARGET} branch ..."
build job: "AIMET-Extra", parameters: [string(name: 'AIMET_GIT_COMMIT', value: "${CHANGE_BRANCH}"), string(name: 'PROJECT_BRANCH', value: target_branch), string(name: 'USE_LINARO', value: "${using_linaro}"), string(name: 'PREBUILT_DOCKER_IMAGE_URL', value: "${params.PREBUILT_DOCKER_IMAGE_URL}"), string(name: 'AIMETPRO_BRANCH', value: target_branch)]
}
Expand Down

0 comments on commit b8914e1

Please sign in to comment.