mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 11:06:08 +00:00
Release Jenkinsfile: fix incorrect 'sh' call
This commit is contained in:
parent
6b004900ca
commit
b17c43401d
2
ci/release/Jenkinsfile
vendored
2
ci/release/Jenkinsfile
vendored
@ -123,7 +123,7 @@ pipeline {
|
|||||||
env.SCRIPT_OPTIONS = params.RELEASE_DRY_RUN ? "-d" : ""
|
env.SCRIPT_OPTIONS = params.RELEASE_DRY_RUN ? "-d" : ""
|
||||||
|
|
||||||
// Determine version id to check if Jira version exists
|
// Determine version id to check if Jira version exists
|
||||||
sh(script: ".release/scripts/determine-jira-version-id.sh ${env.JIRA_KEY} ${versionBasis}", returnStdout: true)
|
sh ".release/scripts/determine-jira-version-id.sh ${env.JIRA_KEY} ${versionBasis}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user