Coder Social home page Coder Social logo

debayangg / bitbucket-kubernetes-credentials-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jenkinsci/bitbucket-kubernetes-credentials-plugin

0.0 0.0 0.0 233 KB

bitbucket-kubernetes-credentials-plugin

Home Page: https://plugins.jenkins.io/bitbucket-kubernetes-credentials/

License: MIT License

Java 100.00%

bitbucket-kubernetes-credentials-plugin's Introduction

bitbucket-kubernetes-credentials-plugin

Build Status Coverage LOC Jenkins Plugin GitHub release GitHub license Jenkins Plugin Installs

Introduction

This plugin provides an extension for the kubernetes-credentials-provider-plugin plugin, and the atlassian-bitbucket-server-integration-plugin that extend the kubernetes credentials provider to create the special credential type required by the atlassian-bitbucket-server-integration when interacting with a bitbucket server instance.

Usage

This plugin consumes extends the kubernetes-credentials-provider-plugin to consume kubernetes secrets with a "jenkins.io/credentials-type" of "bitbucketToken". These secrets need to have a data property "text" that contains a base64 encoded bearer token for bitbucket server.

Example

apiVersion: v1
data:
  text: c3VwZXJkdXBlcnNlY3JldA==
kind: Secret
metadata:
  annotations:
    jenkins.io/credentials-description: The Bitbucket token for creating web hooks
  labels:
    jenkins.io/credentials-type: bitbucketToken
  name: bitbucket-hook-token
  namespace: jenkins-demo
type: Opaque

LICENSE

Licensed under MIT, see LICENSE

bitbucket-kubernetes-credentials-plugin's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar jonesbusy avatar robbert229 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.