Skip to content

Commit

Permalink
Update JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 5, 2021
1 parent 396be24 commit dcedc08
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 @@ -28,7 +28,7 @@ def saveIsReleaseFlag(){

echo("Extracted versionTag: ${gitTags} is release: ${isReleaseFlag}")

writeFile file: 'releaseFlag.txt', text: (isReleaseFlag?0:1).toString();
writeFile file: 'releaseFlag.txt', text: (isReleaseFlag?1:0).toString();

stash includes: "releaseFlag.txt", name: "releaseFlag"
}
Expand Down

0 comments on commit dcedc08

Please sign in to comment.