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:
I hereby claim:
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> |
| ... | |
| GlobalMatrixAuthorizationStrategy strategy = new GlobalMatrixAuthorizationStrategy() | |
| strategy.add(Jenkins.ADMINISTER,'authenticated') | |
| Jenkins.getInstance().setAuthorizationStrategy(strategy) |