We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
def cancelBuilds(int builds_to_scan=300) {
def jobName = env.JOB_NAME
def currentMR = env.gitlabMergeRequestIid?.toInteger()
def currentRepoUrl = env.gitlabSourceRepoURL
def currentBuildNumber = env.BUILD_NUMBER?.toInteger()
various dotfiles
Lua
def commitHashForBuild(build) {
def scmAction = build?.actions.find { action -> action instanceof jenkins.scm.api.SCMRevisionAction }
if (scmAction?.revision instanceof org.jenkinsci.plugins.github_branch_source.PullRequestSCMRevision) {
return scmAction?.revision?.pullHash
} else if (scmAction?.revision instanceof jenkins.plugins.git.AbstractGitSCMSource$SCMRevisionImpl) {
A Jenkins plugin for interfacing with GitLab
Java 1.4k 615
OpenVINO™ is an open source toolkit for optimizing and deploying AI inference
C++ 10.4k 3.3k
There was an error while loading. Please reload this page.