I’ve read all the introductory tutorial too.
The log seems as if it has just examined my repo and yielded no action, even though there is file “Jenkinsfile” inside just as instructed.
That looks like the output of the branch indexing though, and lacking the sentence that says it discovers jenkinsfile, I have a feeling its either having trouble reading it, or the file isn’t actually in there.
If your not willing to make it public, can you screenshot the github file browser/main page for that repo?
Does the job show up in the multi branch pipeline folder (one level up from the log)?
I’m not sure where is the multibranch pipeline folder, I’ve gone 1 hierarchy up from log and found myself in path “http://localhost:8080/job/experiment/”:
That’s the one. It’s weird, but for some reason, it didn’t add a Discover Branches behaviour to your branch source. Can you click on Add Behavior and add a Discover Branches behaviour to your source?
That’s a little vague to be able to help. Does it show anything in the indexing log? Or does it stop when you refresh? Or even the Jenkins.log file on disk?
The indexing log show success, but when I pressed on the progress bar, it brought me to “Console Output” and there I see this:
Branch indexing
00:05:44 Connecting to https://api.github.com using interfan7/******
Obtained Jenkinsfile from b935395a56e61765afebdc805b6150b2b27d50d6
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘Jenkins’ doesn’t have label ‘docker’
Anyway it looks too complicated as I’ve merely followed the “Creating your first Pipeline” page in official doc, expected it to be simple and working to perform a single line shell command, because I wanted to try a few CI’s to have initial impression.
A teammate who had experience with Jenkins many years ago showed me how to create “Freestyle project” and it has worked in a minute.
Of course it doesn’t clone from SC, but seems like it would be simple to add this one as it shall be same as I’ve tried here (Multibranch Pipeline).
I’ll give this a try.
Thanks for support, the community seem to be great if I’ve received such help from you guys.