Skip to content

Instantly share code, notes, and snippets.

View vliubko's full-sized avatar

Vadym Liubko vliubko

  • Takeoff Technologies
  • Kyiv, Ukraine
View GitHub Profile
@grem11n
grem11n / Jenkinsfile
Last active March 18, 2023 12:54
Jenkinsfile which loads builds for microservices in monorepo based on git diff
#!/usr/bin/env groovy
// Load the shared libraries
@Library('jenkins-shared-libraries')_
import static groovy.io.FileType.FILES
// Load child Jenkinsfiles based on diff
def loadDiff() {
dirs = []
loads = [:]