We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cc1ac commit afd59f8Copy full SHA for afd59f8
Jenkinsfile
@@ -1,12 +1,10 @@
1
pipeline {
2
- agent {
3
- any
+ agent any
4
// docker {
5
//image 'maven:3.8.1-adoptopenjdk-11'
6
//args '-v $HOME/.m2:/root/.m2'
7
//image 'wadoon/key-test-docker:jdk11'
8
// }
9
- }
10
11
environment {
12
PATH = "/root/.sdkman/candidates/maven/current/bin:/root/.sdkman/candidates/gradle/current/bin:${env.PATH}"
0 commit comments