rodrigonull commented on code in PR #1177:
URL: 
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1177#discussion_r1481301742


##########
.ci/jenkins/Jenkinsfile.weekly.cloud:
##########
@@ -0,0 +1,260 @@
+import org.jenkinsci.plugins.workflow.libs.Library
+
+@Library('jenkins-pipeline-shared-libraries')_
+
+// Deploy jobs
+IMAGES_DEPLOY = 'kogito-images.weekly-deploy'
+SEVERLESS_OPERATOR_DEPLOY = 'kogito-serverless-operator.weekly-deploy'
+
+// Map of executed jobs
+// See 
https://javadoc.jenkins.io/plugin/workflow-support/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.html
+// for more options on built job entity
+JOBS = [:]
+
+FAILED_STAGES = [:]
+UNSTABLE_STAGES = [:]
+
+defaultImageParamsPrefix = 'IMAGE'
+
+// Should be multibranch pipeline
+pipeline {
+    agent {
+        label 'ubuntu'

Review Comment:
   > util.getLabel('ubuntu'),
   
   Updated. Thanks @cimbalek 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to