Made API call per documentation:

curl -X POST \

>      -F token=xxxxxxxxxx \

>      -F ref=0512 \

>      https://gitlab.com/api/v3/projects/1179843/trigger/builds


got response: {"message":"No builds created"}


first time setting up CI and quite disappointed to see there is no web 
interface to trigger a build with logs for trouble shooting.


.gitlab-ci.yml is validated and simple:


stages:

  - build


build_project:

  stage: build

  script:

    - xcodebuild clean -project abcdef.xcodeproj


Wondering what is the method for troubleshooting with all things gitlab. 
Hopefully there's something I have missed on my end otherwise comparing to 
circle.ci, this is pretty hard to use.


Thanks,


-William 

-- 
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify the system manager. 
This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system. If you are not the intended recipient 
you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this information is strictly 
prohibited.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/151375ba-897d-4ddb-92f2-7179809bb08d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to