Skip to content

Instantly share code, notes, and snippets.

View kenrachynski's full-sized avatar

Ken Rachynski kenrachynski

View GitHub Profile
@kenrachynski
kenrachynski / Jenkinsfile
Last active March 27, 2019 21:55 — forked from slide/Jenkinsfile
groovy var
pipeline {
agent any
environment {
PROJECT = 'myproj'
SITE_PART = 'booking'
TG_BOT_ID_TOKEN = credentials('bot_token')
TG_CHAT_ID__TestChaT = credentials('TG_CHAT_ID__TestChaT')
filter InstallSoftware{&chocolatey (@("install", "-y") + $_)}
$cygwinSoftware = @(
"tar",
"tmux",
"vim"
)
$software = @(
"autohotkey",
"cmake",
@("cyg-get", $cygwinSoftware -join ",")