This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/radtriste-fix-pipelines by
this push:
new c85a93b7 use plain ubuntu in Jenkinsfile
c85a93b7 is described below
commit c85a93b736f6e6c1ee835a4df57d9bb5ab2db59f
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]