This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch radtriste-fix-pipelines
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git

commit f81e186b8b6d83c5ce09d390361d0505bd47d27c
Author: jstastny-cz <[email protected]>
AuthorDate: Wed Nov 8 11:56:55 2023 +0100

    use plain ubuntu in Jenkinsfile
---
 .ci/jenkins/Jenkinsfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index 2d5cb62f..d80ffec6 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -2,10 +2,7 @@
 
 pipeline {
     agent {
-        docker { 
-            image env.AGENT_DOCKER_BUILDER_IMAGE
-            args env.AGENT_DOCKER_BUILDER_ARGS
-        }
+        label 'ubuntu'
     }
     options {
         timeout(time: 120, unit: 'MINUTES')


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to