We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a084a commit 9f04084Copy full SHA for 9f04084
Jenkinsfile
@@ -139,10 +139,11 @@ pipeline {
139
steps {
140
sh """
141
echo '${env.GITHUB_API_TOKEN}' | ${GH_TOOL}/bin/gh auth login --with-token
142
+ TAG_VERSION_NUMBER=sh("echo ${TAG_NAME} | sed 's/release-//'"), returnStdout: true).trim(),
143
${GH_TOOL}/bin/gh release create ${TAG_NAME} \
144
--draft \
145
--generate-notes \
- --title 'WebLogic Image Tool ${TAG_NAME#*-}' \
146
+ --title 'WebLogic Image Tool ${TAG_VERSION_NUMBER}' \
147
--repo https://github.com/oracle/weblogic-image-tool \
148
installer/target/imagetool.zip
149
"""
0 commit comments