Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 17, 2025
1 parent 826a421 commit d4f4343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ post {
echo "Release : ${params.TAG}"
echo "FileName : ${ArchiveFileName}"

build job: 'build-scripts/job/release/job/publish_linux_pkg_src', parameters: [
build job: '../build-scripts/job/release/job/publish_linux_pkg_src', parameters: [
string(name: 'TAG', value: "${params.TAG}"),
string(name: 'FILENAME', value: "${ArchiveFileName}")
]
Expand Down

0 comments on commit d4f4343

Please sign in to comment.