Giter VIP home page Giter VIP logo

Comments (2)

adamwolf avatar adamwolf commented on June 7, 2024

I'm having a similar issue.

[workspace] $ ant -DghprbCommentBody=null -DghprbTriggerAuthorEmail= -    DghprbTargetBranch=master -DghprbSourceBranch=add-printf "-DghprbActualCommitAuthor=Matt Jenkins" -Dsha1=origin/pr/70/merge '-DghprbPullLongDescription=This allows you to use printf() as a member function on any Print based object, such as:

Serial.printf("The temperature is: %d and the time is: %02d:%02d:%02d\r\n",
    temperature, hours, minutes, seconds);
' -DghprbPullLink=https://github.com/chipKIT32/chipKIT-core/pull/70 -DghprbActualCommit=fec7076518fcad2c50f9abc27c9d97096d51c2ce -DghprbTriggerAuthorLoginMention= [email protected] -DGIT_BRANCH=add-printf -DghprbPullAuthorLogin=majenkotech [email protected] -DghprbTriggerAuthor= -DghprbTriggerAuthorLogin= -DghprbPullId=70 "-DghprbPullTitle=Ported _doprnt() from RetroBSD for Print class" -DghprbPullAuthorLoginMention=@majenkotech "-DghprbPullDescription=GitHub pull request #70 of commit fec7076518fcad2c50f9abc27c9d97096d51c2ce, no merge conflicts." -Dversion=prorigin/pr/70/merge clean dist-all
Buildfile: /var/lib/jenkins/jobs/chipKIT-core PR Builder/workspace/build.xml

BUILD FAILED
Target "temperature" does not exist in the project "chipkit-core". 

from ghprb-plugin.

pbouillet avatar pbouillet commented on June 7, 2024

@DavidTanner It seems like for us (inspectIT) it wasn't fixed completely. We're currently running version 1.29 where this fix is included but still the error message is the same:

GitHub pull request #13 of commit 698c17aba22ec69340158febf90501cb4aceeaba, no merge conflicts.
Setting status of 698c17aba22ec69340158febf90501cb4aceeaba to PENDING with url http://jenkins.inspectit.rocks/job/inspectIT%20-%20Pull%20Request%20Check/107/ and message: 'Build was started.'
[EnvInject] - Loading node environment variables.
Building remotely on EC2 Slave (i-7e1250df) (inspectIT) in workspace /home/ubuntu/jenkins/workspace/inspectIT - Pull Request Check
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:inspectIT/inspectIT.git # timeout=10
Fetching upstream changes from [email protected]:inspectIT/inspectIT.git
 > git --version # timeout=10
using GIT_SSH to set credentials Access
 > git -c core.askpass=true fetch --tags --progress [email protected]:inspectIT/inspectIT.git +refs/pull/*:refs/remotes/origin/pr/* +refs/heads/master:refs/remotes/origin/master
 > git rev-parse refs/remotes/origin/pr/13/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/13/merge^{commit} # timeout=10
Checking out Revision c554abcfbac1632daef383ede0bd574828d04930 (refs/remotes/origin/pr/13/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c554abcfbac1632daef383ede0bd574828d04930
First time build. Skipping changelog.
[inspectIT - Pull Request Check] $ /bin/sh -xe /tmp/hudson2945532025677121623.sh
+ git rebase origin/master
First, rewinding head to replay your work on top of it...
Applying: INSPECTIT-1923: Moved to JPA annotations, using EntityManager, JPA 2.1, updated to Hibernate 5.0.0, Spring 3.2.4
+ git ls-files --unmerged
+ count=
+ [ ! -z  ]
[resources] $ /home/ubuntu/.ant/bin/ant -file build.xml [email protected] -DghprbTriggerAuthorLogin= -DghprbGhRepository=inspectIT/inspectIT -DghprbTargetBranch=master -DghprbPullId=13 -DghprbCredentialsId=f9564afd-e9e5-4935-8957-e44dace783d8 -DghprbAuthorRepoGitUrl=https://github.com/ivansenic/inspectIT.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail= -DghprbPullLink=https://github.com/inspectIT/inspectIT/pull/13 -Dsha1=origin/pr/13/merge -DghprbPullAuthorLoginMention=@ivansenic "-DghprbPullDescription=GitHub pull request #13 of commit 698c17aba22ec69340158febf90501cb4aceeaba, no merge conflicts." -DghprbActualCommit=698c17aba22ec69340158febf90501cb4aceeaba -DghprbPullAuthorLogin=ivansenic -DghprbSourceBranch=INSPECTIT-1923 "-DghprbActualCommitAuthor=Ivan Senic" -DghprbTriggerAuthorLoginMention= '-DghprbPullLongDescription=\n\n<!-- Reviewable:start -->\n[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/inspectit/inspectit/13)\n<!-- Reviewable:end -->\n' -DghprbTriggerAuthorEmail= -DGIT_BRANCH=INSPECTIT-1923 "-DghprbPullTitle=INSPECTIT-1923: Moved to JPA annotations, using EntityManager, JPA 2.…" -DghprbCommentBody=null clean
Buildfile: /home/ubuntu/jenkins/workspace/inspectIT - Pull Request Check/Commons/resources/build.xml

BUILD FAILED
Target "on" does not exist in the project "inspectIT - Commons". 

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure

from ghprb-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.