Skip to content
Snippets Groups Projects
Commit 6a79b74f authored by Reiner Jung's avatar Reiner Jung
Browse files

Switched agent.

parent 9da0aead
Branches
Tags
No related merge requests found
......@@ -2,7 +2,13 @@
pipeline {
agent { label "build-node8" }
agent {
docker {
image 'kieker/kieker-build:openjdk8'
alwaysPull true
args env.DOCKER_ARGS
}
}
environment {
KEYSTORE = credentials('kieker-irl-key')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment