Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Apache migration #1060

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.build-operator-node
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jenkinsci.plugins.workflow.libs.Library

pipeline {
agent {
label 'kie-rhel8-priority && !built-in'
label 'ubuntu'
}

options {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UNSTABLE_STAGES = [:]
// Should be multibranch pipeline
pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

options {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.nightly.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ promoteImageParamsPrefix = 'PROMOTE_IMAGE'
// Should be multibranch pipeline
pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

options {
Expand Down
269 changes: 0 additions & 269 deletions .ci/jenkins/Jenkinsfile.prod.nightly

This file was deleted.

2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ releaseProperties = [:]

pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

// parameters {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.release.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ promoteImageParamsPrefix = 'PROMOTE_IMAGE'

pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

// parameters {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ UNSTABLE_STAGES = [:]

pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

options {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ examplesImagesParamsPrefix = 'EXAMPLES_IMAGES'

pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

options {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.tools.update-jenkins-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branchCreated = false

pipeline {
agent {
label 'kie-rhel8 && !built-in'
label 'ubuntu'
}

options {
Expand Down
Loading
Loading