Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 3, 2025
1 parent 43d6129 commit 65fe376
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 @@ -623,7 +623,7 @@ stage('Validate Artifacts') {
echo "DEBUGXXXXX - BASEREL PRE GEN SPEC RHEL ${packagever}"
} else {
packagever = "${Release}.${Version}.0.${Build}"
changelogversion = "${Release}.0.${Version}+${Build}"
changelogversion = "${Release}.${Version}.0+${Build}"
echo "DEBUGXXXXX - UPDREL PRE GEN SPEC RHEL ${packagever}"
}
}
Expand Down

0 comments on commit 65fe376

Please sign in to comment.