Skip to content

Commit

Permalink
Cleanup cloud and old jobs (#1255)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz authored Oct 18, 2024
1 parent df7b3eb commit 2942781
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,455 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 2942781

Please sign in to comment.