The Wayback Machine - https://web.archive.org/web/20200527012255/https://github.com/ababushk
Skip to content
Pro
Block or report user

Report or block ababushk

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse
Block or report user

Report or block ababushk

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Pinned

  1. 1
    def cancelBuilds(int builds_to_scan=300) {
    2
        def jobName = env.JOB_NAME
    3
        def currentMR = env.gitlabMergeRequestIid?.toInteger()
    4
        def currentRepoUrl = env.gitlabSourceRepoURL
    5
        def currentBuildNumber = env.BUILD_NUMBER?.toInteger()
  2. various dotfiles

    Emacs Lisp

  3. Forked from jenkinsci/gitlab-plugin

    A Jenkins plugin for interfacing with GitLab

    Java

  4. 1
    def commitHashForBuild(build) {
    2
        def scmAction = build?.actions.find { action -> action instanceof jenkins.scm.api.SCMRevisionAction }
    3
        if (scmAction?.revision instanceof org.jenkinsci.plugins.github_branch_source.PullRequestSCMRevision) {
    4
            return scmAction?.revision?.pullHash
    5
        } else if (scmAction?.revision instanceof jenkins.plugins.git.AbstractGitSCMSource$SCMRevisionImpl) {
  5. A Jenkins plugin for interfacing with GitLab

    Java 1.2k 509

  6. OpenVINO™ Toolkit - Deep Learning Deployment Toolkit repository

    C++ 1.2k 495

1,096 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2020

Created a pull request in jenkinsci/warnings-ng-plugin that received 2 comments

1 contribution in private repositories May 23
You can’t perform that action at this time.