Doing test automation and continuous integration for Intel @openvinotoolkit
- Dublin, Ireland
-
23:13
(UTC) - in/andrey-babushkin-689ab0166
Pinned Loading
-
A function to cancel previous builds...
A function to cancel previous builds from the same GitLab merge request 1def cancelBuilds(int builds_to_scan=300) {
2def jobName = env.JOB_NAME
3def currentMR = env.gitlabMergeRequestIid?.toInteger()
4def currentRepoUrl = env.gitlabSourceRepoURL
5def currentBuildNumber = env.BUILD_NUMBER?.toInteger()
-
-
Get commit hash without checkout ste...
Get commit hash without checkout step in Jenkins Pipeline in GitHub Organization Folder 1def commitHashForBuild(build) {
2def scmAction = build?.actions.find { action -> action instanceof jenkins.scm.api.SCMRevisionAction }
3if (scmAction?.revision instanceof org.jenkinsci.plugins.github_branch_source.PullRequestSCMRevision) {
4return scmAction?.revision?.pullHash
5} else if (scmAction?.revision instanceof jenkins.plugins.git.AbstractGitSCMSource$SCMRevisionImpl) {
-
jenkinsci/gitlab-plugin
jenkinsci/gitlab-plugin PublicA Jenkins plugin for interfacing with GitLab
-
openvinotoolkit/openvino
openvinotoolkit/openvino PublicOpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.