Skip to content

Commit

Permalink
Cleanup cloud and old jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Oct 18, 2024
1 parent 07c43fc commit b52bf79
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,454 deletions.
13 changes: 0 additions & 13 deletions .ci/jenkins/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,6 @@ pipeline {
}
}
}

stage('Start Cloud nightly') {
when {
expression { !params.SKIP_CLOUD_NIGHTLY }
}
steps {
script {
def buildParams = getDefaultBuildParams()
addSkipTestsParam(buildParams)
build(job: './0-kogito-nightly-cloud', wait: false, parameters: buildParams, propagate: false)
}
}
}
}
post {
unsuccessful {
Expand Down
248 changes: 0 additions & 248 deletions .ci/jenkins/Jenkinsfile.nightly.cloud

This file was deleted.

Loading

0 comments on commit b52bf79

Please sign in to comment.