Skip to content

Instantly share code, notes, and snippets.

View ajithreddygeth's full-sized avatar
:octocat:
Developing

Ajith Reddy ajithreddygeth

:octocat:
Developing
View GitHub Profile
0xB759B339DF56C52428707b097Dd2D1BB8276f495
@ajithreddygeth
ajithreddygeth / gist:8ab1ff01c6176da4bb1cc4bc9e68deb5
Created November 18, 2019 10:25 — forked from whittlec/gist:6112643
Install plugins to Jenkins via script console
for (plugin in ["ant",
"artifactdeployer",
"build-failure-analyzer",
"build-name-setter",
"build-pipeline-plugin",
"build-timeout",
"claim",
"clone-workspace-scm",
"cobertura",
"collapsing-console-sections",
@ajithreddygeth
ajithreddygeth / main.go
Last active August 11, 2020 14:02
GO-Ec2
package main
import (
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-lambda-go/lambda"
"github.com/bluele/slack"
"os"
"fmt"