Skip to content

Commit

Permalink
Merge pull request #66 from checkmarx-ltd/fix-gitHub-release
Browse files Browse the repository at this point in the history
Fix GitHub Release
  • Loading branch information
eitanas1 authored Jul 15, 2020
2 parents eab0fc0 + 003a9e8 commit 3b02883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile-CI-CD
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ pipeline {
}
steps {
script {
sh "ghr -t ${GITHUB_TOKEN} -u checkmarx-ltd -n ${cxCommonVersion} -r Cx-Client-Common -c ${GIT_PREVIOUS_COMMIT} -delete ${cxCommonVersion} ./target/cx-client-common-${cxCommonVersion}.jar"
sh "ghr -t ${GITHUB_TOKEN} -u checkmarx-ltd -n ${cxCommonVersion} -r Cx-Client-Common -c ${GIT_COMMIT} -delete ${cxCommonVersion} ./target/cx-client-common-${cxCommonVersion}.jar"
}
}
}
Expand All @@ -323,4 +323,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 3b02883

Please sign in to comment.