Skip to content

Commit

Permalink
Merge pull request #4 from lokalise/bugfix/use-correct-job-ref
Browse files Browse the repository at this point in the history
Use correct job ref
  • Loading branch information
csardinha authored Aug 2, 2024
2 parents 5d7e155 + aabe48d commit d306036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.tags
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
steps {
sh 'echo ${TAG}'
build(
job: 'ce-connector-clevertap/promote',
job: 'cteng/conn-clevertap/promote',
wait: false,
parameters: [
[$class: 'StringParameterValue', name: 'TAG', value: "${TAG}"],
Expand Down

0 comments on commit d306036

Please sign in to comment.