ah I found out workflow 1.14 will work. Selenium libs however won't. I'll have to rethink this a bit. Thanks!
On Wed, Jun 8, 2016 at 1:28 PM, Gavin Mogan <[email protected]> wrote: > Awesome. > > I realized thats from upgrading to the latest parent pom system too (which > i've been lazy and putting off) > > I love that they are now decoupled and have all the new warnings and issues > > Is there a way to figure out which workflow plugins work with which lts? > > [INFO] --- maven-enforcer-plugin:1.3.1:enforce (display-info) @ > sauce-ondemand --- > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-basic-steps:jar:1.15:compile > contains org/jenkinsci/plugins/workflow/steps/MailStep.class targeted to > JDK 1.7 > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-job:jar:1.15:compile contains > org/jenkinsci/plugins/workflow/job/WorkflowJob$DescriptorImpl.class > targeted to JDK 1.7 > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-support:jar:1.15:compile contains > org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution$PlaceholderTask.class > targeted to JDK 1.7 > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-step-api:jar:1.15:compile contains > org/jenkinsci/plugins/workflow/steps/EnvironmentExpander$MergedEnvironmentExpander.class > targeted to JDK 1.7 > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-api:jar:1.15:compile contains > org/jenkinsci/plugins/workflow/visualization/table/FlowNodeViewColumn.class > targeted to JDK 1.7 > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-cps:jar:1.15:compile contains > org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition$DescriptorImpl.class > targeted to JDK 1.7 > [INFO] Restricted to JDK 1.6 yet > org.seleniumhq.selenium:selenium-api:jar:2.53.0:compile contains > com/thoughtworks/selenium/BrowserConfigurationOptions.class targeted to JDK > 1.7 > [INFO] Restricted to JDK 1.6 yet > org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15:compile contains > org/jenkinsci/plugins/workflow/steps/scm/SubversionStep$DescriptorImpl.class > targeted to JDK 1.7 > [WARNING] Rule 2: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion > failed with message: > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-basic-steps:jar:1.15 > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-job:jar:1.15 > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-support:jar:1.15 > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-step-api:jar:1.15 > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-api:jar:1.15 > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-cps:jar:1.15 > Found Banned Dependency: org.seleniumhq.selenium:selenium-api:jar:2.53.0 > Found Banned Dependency: > org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15 > Use 'mvn dependency:tree' to locate the source of the banned dependencies. > > On Wed, Jun 8, 2016 at 1:13 PM, Jesse Glick <[email protected]> wrote: > >> On Wed, Jun 8, 2016 at 2:11 PM, Gavin Mogan <[email protected]> wrote: >> > The saucelabs plugin uses 1.609.2 as its baseline, so when I went to >> test >> > some pipeline support on the base version, I found through trial and >> error >> > that it works in 1.633. Am I going to have to update the baseline >> version? >> >> Try >> >> <java.level>6</java.level> >> >> cf. JENKINS-28781, JENKINS-30820 >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Jenkins Developers" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-dev/nUwHKxY_chU/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3D2Vp0h-CTsVOvyPNHq2iqZBG_%2Bbjb3oGyd71GwJPhsQ%40mail.gmail.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_DuvWmc9dUcyGGmSu%3DCJCvxez-GBKUuFzTOOEmoQMiA5NEA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
