Skip to content

Instantly share code, notes, and snippets.

View thall's full-sized avatar

Niclas Thall thall

View GitHub Profile

Keybase proof

I hereby claim:

  • I am thall on github.
  • I am thalll (https://keybase.io/thalll) on keybase.
  • I have a public key ASDklgfAy10meyySVZhdY_DGpFexrNZAbOc2ivTx4fvptAo

To claim this, I am signing this object:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>se.purplescout.kuben.spark</groupId>
<artifactId>jobs</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
@thall
thall / 01_ldap.groovy
Created March 24, 2016 07:29
Jenkins 2.0 Matrix
...
GlobalMatrixAuthorizationStrategy strategy = new GlobalMatrixAuthorizationStrategy()
strategy.add(Jenkins.ADMINISTER,'authenticated')
Jenkins.getInstance().setAuthorizationStrategy(strategy)