Skip to content

Commit

Permalink
Fixing envs again
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Feb 16, 2024
1 parent 061a108 commit 9bc4b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
script {
dir("recorder") {
docker.withRegistry('https://' + registryEndpoint, 'docker-registry') {
recorderImage = docker.build(recorderImageName, "--build-arg STREAMER_VERSION_ARG=${env.BRANCH_NAME}-${env.BUILD_ID} STREAMER_RECORDER_USER_UID=$STREAMER_RECORDER_USER_UID --no-cache .")
recorderImage = docker.build(recorderImageName, "--build-arg STREAMER_VERSION_ARG=${env.BRANCH_NAME}-${env.BUILD_ID} --build-arg STREAMER_RECORDER_USER_UID=${STREAMER_RECORDER_USER_UID} --no-cache .")
}
}
}
Expand Down

0 comments on commit 9bc4b7b

Please sign in to comment.