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 832201e commit b76ce47Copy full SHA for b76ce47
Jenkinsfile
@@ -1,5 +1,5 @@
1
pipeline {
2
- agent { label 'maven' }
+ agent { label 'maven-36-jdk11' }
3
stages {
4
stage('Prepare') {
5
steps {
0 commit comments