Skip to content

Commit

Permalink
Fixed the Jenkins file agent
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Sep 11, 2024
1 parent 6823a4d commit 8189db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
pipeline {
agent none
agent any
tools {
maven 'maven_3_latest'
jdk params.jdkVersion
Expand Down

0 comments on commit 8189db8

Please sign in to comment.