Then it cannot work: other users cannot build your plugin as well. Is the jar somehow proprietary and does not use an open source license? Can you please elaborate what this library is about and why it is not in available in a public repository? If it is open source then you can deploy the artifact in our Nexus instance.
> Am 22.01.2020 um 08:36 schrieb liuweiGL <[email protected]>: > > No, the jar locatioin in my project repository, and i had use sh mvnCmd to > install,it doesn't seem to work. > > > > 在 2020年1月22日星期三 UTC+8下午3:04:58,Ullrich Hafner写道: > All of your dependencies must be available online. Is this jar available > somewhere in a public maven repository? > >> Am 22.01.2020 um 06:26 schrieb liuweiGL <[email protected] <>>: >> >> Jenkinsfile: >> >> def mvnCmd = "mvn install:install-file -DgroupId=com.dingtalk.open >> -DartifactId=taobao-sdk-java-auto -Dversion=1.0 -Dpackaging=jar >> -Dfile=./maven/taobao-sdk-java-auto/taobao-sdk-java-auto_1479188381469-20191227.jar" >> >> node('maven'){ >> disableConcurrentBuilds() >> checkout scm >> >> stage('Install'){ >> sh mvnCmd >> } >> >> stage('Build'){ >> buildPlugin() >> } >> } >> >> Error log: >> >> Failed to execute goal on project dingding-notifications: Could not resolve >> dependencies for project >> io.jenkins.plugins:dingding-notifications:hpi:2.0.1-SNAPSHOT: Could not find >> artifact com.dingtalk.open:taobao-sdk-java-auto:jar:1.0 in >> azure-incrementals (https://repo.azure.jenkins.io/incrementals/ >> <https://repo.azure.jenkins.io/incrementals/>) >> >> >> Detail log reference: >> >> https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fdingding-notifications-plugin/detail/master/36/pipeline/16 >> >> <https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fdingding-notifications-plugin/detail/master/36/pipeline/16> >> >> I've been trying all day, but i still fail. Why? I've installed the >> dependency locally, it's confusing to me. >> >> >> >> -- >> 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/99afdef8-a0aa-4e57-b256-7d0bb729e516%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/99afdef8-a0aa-4e57-b256-7d0bb729e516%40googlegroups.com?utm_medium=email&utm_source=footer>. > > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/b1895bd9-f713-4d84-9528-df4a9e0b687d%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/b1895bd9-f713-4d84-9528-df4a9e0b687d%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/ED1C8F7F-AA6C-456A-891B-D482E1D0D44D%40gmail.com.
