Commit d6293569 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix typo

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 1b09465b
......@@ -241,8 +241,8 @@ pipeline {
gitlabCommitStatus(name: "Test with DsTester") {
localStatus = build job: params.CN5G_FED_PipelineName,
parameters: [
string(name: 'NRF_TAG', value: String.valueOf(amf_tag)),
string(name: 'NRF_BRANCH', value: String.valueOf(amf_branch))
string(name: 'NRF_TAG', value: String.valueOf(nrf_tag)),
string(name: 'NRF_BRANCH', value: String.valueOf(nrf_branch))
], propagate: false
localResult = localStatus.getResult()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment