This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.2.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push: new 8189db886 Fixed the Jenkins file agent 8189db886 is described below commit 8189db88655ccc14662b9a1dca2a3ebfff488cd0 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed Sep 11 15:03:32 2024 +0200 Fixed the Jenkins file agent --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 038ac0674..2aefc8f34 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ * under the License. */ pipeline { - agent none + agent any tools { maven 'maven_3_latest' jdk params.jdkVersion