-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
base: master
Are you sure you want to change the base?
Conversation
4991b8f
to
08a08de
Compare
// def projectVersion = env.JOB_NAME.split('/')[0] + "-SNAPSHOT" | ||
// cambpmPublishDocs("\"target/site/apidocs/\"", projectVersion, "javadoc") |
There was a problem hiding this comment.
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.
// def projectVersion = env.JOB_NAME.split('/')[0] + "-SNAPSHOT" | ||
// cambpmPublishDocs("\"engine-rest/docs/target/index.html\"", projectVersion, "rest") |
There was a problem hiding this comment.
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.
// 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') |
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
https://github.com/camunda/team-automation-platform/issues/268