10000 neysidevhcr1j (Hossein Akbari) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View neysidevhcr1j's full-sized avatar
  • Ukraine

Block or report neysidevhcr1j

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
neysidevhcr1j/README.md

edgex-global-pipelines

Build Status GitHub Latest Dev Tag) GitHub Latest Stable Tag) GitHub License GitHub Pull Requests GitHub Contributors GitHub Committers GitHub Commit Activity

About

This repository contains useful Jenkins global library functions used within the EdgeX Jenkins build pipeline here: https://jenkins.edgexfoundry.org. You can learm more about Jenkins global libraries here: https://jenkins.io/doc/book/pipeline/shared-libraries/

Documentation

For more detailed documentation and tutorials visit the EdgeX Global Pipelines Documentation Page

How to use

You can include this library by configuring your Jenkins instance on the /configure screen. Or you can load the library dynamically by using this code:

library(identifier: 'edgex-global-pipelines@main',
    retriever: legacySCM([
        $class: 'GitSCM',
        userRemoteConfigs: [[url: 'https://github.com/edgexfoundry-holding/edgex-global-pipelines.git']],
        branches: [[name: '*/main']],
        doGenerateSubmoduleConfigurations: false,
        extensions: [[
            $class: 'SubmoduleOption',
            recursiveSubmodules: true,
        ]]]
    )
) _

Popular repositories Loading

  1. jjs9241r jjs9241r Public

    Java

  2. FileSysOrg FileSysOrg Public

    Replacement Alfresco file servers subsystem using the JFileServer code (for Alfresco v6.2)

    Java

  3. amolmishra amolmishra Public

    Front-End for the Android application for VehicleServicing. Basic functionalities. The backend for this can be found …

    C

  4. FileSysOrgj FileSysOrgj Public

    Replacement Alfresco file servers subsystem using the JFileServer code

    Java

  5. neysidevhcr1j neysidevhcr1j Public

    Groovy

  6. plugchain plugchain Public

    Forked from oracleNetworkProtocol/plugchain

    https://en.onp.world/

    Go

0