-
Notifications
You must be signed in to change notification settings - Fork 55
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
2.176.2 #20
2.176.2 #20
Conversation
in |
rm -fv pct-work/workflow-cps/target/surefire-reports/TEST-org.jenkinsci.plugins.workflow.cps.SnippetizerTest.xml | ||
# TODO https://github.com/jenkinsci/structs-plugin/pull/50 | ||
rm -fv pct-work/structs-plugin/plugin/target/surefire-reports/TEST-org.jenkinsci.plugins.structs.describable.DescribableModelTest.xml | ||
# TODO https://github.com/jenkinsci/jenkins/pull/4120 problems with workflow-cps → jquery-detached: |
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.
# TODO https://github.com/jenkinsci/structs-plugin/pull/50 | ||
rm -fv pct-work/structs-plugin/plugin/target/surefire-reports/TEST-org.jenkinsci.plugins.structs.describable.DescribableModelTest.xml | ||
# TODO https://github.com/jenkinsci/jenkins/pull/4120 problems with workflow-cps → jquery-detached: | ||
rm -fv pct-work/structs-plugin/plugin/target/surefire-reports/TEST-InjectedTest.xml |
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.
Does not suffice, it seems: probably is also seen in apache-httpcomponents-client-4-api
. Still unclear on why it appears only on certain plugins. At first I thought it was just those which do not have a test
dep on workflow-cps
, but display-url-api
passes. Have yet to find a workaround, since the bad jquery-detached
dependency appears in the test classpath and so gets copied to the test $JENKINS_HOME/plugins/
regardless of the megawar.
PCT_S_ARG= | ||
fi | ||
|
||
MAVEN_PROPERTIES=org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn:jth.jenkins-war.path=$(pwd)/megawar.war |
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.
Made possible by jenkinsci/jenkins-test-harness#100.
-reportFile $(pwd)/pct-report.xml \ | ||
-mvn $(which mvn) \ | ||
$PCT_S_ARG \ | ||
-mavenProperties "$MAVEN_PROPERTIES" \ |
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.
See also jenkinsci/plugin-compat-tester#71.
… other than structs affected by the jquery-detached issue.
… a PCT error in matrix-project.
…ule still needed CommandLauncher.
# TODO https://github.com/jenkinsci/jenkins/pull/4120 problems with workflow-cps → jquery-detached: | ||
rm -fv pct-work/structs-plugin/plugin/target/surefire-reports/TEST-InjectedTest.xml | ||
rm -fv pct-work/apache-httpcomponents-client-4-api/target/surefire-reports/TEST-InjectedTest.xml | ||
# TODO https://github.com/jenkinsci/matrix-project-plugin/pull/59 |
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.
rm -fv pct-work/apache-httpcomponents-client-4-api/target/surefire-reports/TEST-InjectedTest.xml | ||
# TODO https://github.com/jenkinsci/matrix-project-plugin/pull/59 | ||
rm -fv pct-work/matrix-project/target/surefire-reports/TEST-InjectedTest.xml | ||
# TODO https://github.com/jenkinsci/jenkins/pull/4099 pending backport to 2.176.3 |
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.
… but pending jenkinsci/durable-task-plugin#100 it introduces other linkage errors, so for now just ignore all these.
rm -fv pct-work/matrix-project/target/surefire-reports/TEST-InjectedTest.xml | ||
# TODO https://github.com/jenkinsci/jenkins/pull/4099 pending backport to 2.176.3 | ||
rm -fv pct-work/command-launcher/target/surefire-reports/TEST-hudson.slaves.CommandLauncher2Test.xml | ||
# TODO pending ssh-slaves 1.30.0 with https://github.com/jenkinsci/ssh-slaves-plugin/pull/114 (plus https://github.com/jenkinsci/durable-task-plugin/pull/100): |
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.
Unfortunately I do not think that @dependabot can tell that
jenkins.version
is an updatable property.