Skip to content

chore(ci): exclude withMaven for pod spec stages #5038

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

yanavasileva
Copy link
Member

@yanavasileva yanavasileva self-assigned this Mar 20, 2025
@yanavasileva yanavasileva added ci:jdk Runs the builds for all supported Java versions. ci:skipTests Skips tests execution in Assembly and Distro-ee stages. ci:no-build Prevents any CI stage from running. ci:h2 Runs the builds for the H2 database. ci:postgresql Runs the builds for the PostgreSQL database. ci:mysql Runs the builds for the MySQL database. and removed ci:no-build Prevents any CI stage from running. ci:jdk Runs the builds for all supported Java versions. labels Mar 20, 2025
@yanavasileva yanavasileva added the ci:no-build Prevents any CI stage from running. label Apr 3, 2025
@yanavasileva yanavasileva removed ci:h2 Runs the builds for the H2 database. ci:jdk Runs the builds for all supported Java versions. ci:mysql Runs the builds for the MySQL database. ci:no-build Prevents any CI stage from running. labels Apr 25, 2025
@yanavasileva yanavasileva force-pushed the t268-adjust-withMaven branch from 4991b8f to 08a08de Compare April 28, 2025 07:49
@yanavasileva yanavasileva added the ci:jdk Runs the builds for all supported Java versions. label Apr 28, 2025
Comment on lines +86 to +87
// def projectVersion = env.JOB_NAME.split('/')[0] + "-SNAPSHOT"
// cambpmPublishDocs("\"target/site/apidocs/\"", projectVersion, "javadoc")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need this for testing. Will revert it.

Comment on lines +109 to +110
// def projectVersion = env.JOB_NAME.split('/')[0] + "-SNAPSHOT"
// cambpmPublishDocs("\"engine-rest/docs/target/index.html\"", projectVersion, "rest")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need this for testing. Will revert it.

Comment on lines +172 to +180
// script {
// str = 's@:camunda-nexus:.*\\\$@:central:https://oss.sonatype.org/content/repositories/snapshots@g'
// sh(label: 'Change staging from Nexus to Maven Central snapshots', script: 'sed -i ' + str + ' staging/deferred/.index')
// }
//
// cambpmRunMaven('.',
// "org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged -DaltStagingDirectory=${WORKSPACE}/staging -DskipStaging=true -B",
// withNpm: true,
// jdkVersion: 'jdk-17-latest')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need this for testing. Will revert it.

@yanavasileva yanavasileva changed the title test: without withMaven chore(ci): exclude withMaven for pod spec stages Apr 29, 2025
@yanavasileva yanavasileva marked this pull request as ready for review April 29, 2025 07:11
Copy link
Contributor

@joaquinfelici joaquinfelici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍 Don't forget to:

  • Remove changes for testing before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:jdk Runs the builds for all supported Java versions. ci:postgresql Runs the builds for the PostgreSQL database. ci:skipTests Skips tests execution in Assembly and Distro-ee stages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants