You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Reproduction steps
apiVersion: tekton.dev/v1beta1kind: PipelineRunmetadata:
generateName: example-golang-hello-pr-namespace: tekton-pipelinesspec:
serviceAccountName: tekton-build-botworkspaces:
- name: shared-datavolumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnceresources:
requests:
storage: "500Mi"pipelineSpec:
params:
- description: the unique build numbername: BUILD_IDtype: string
- description: the git sha of the tip of the pull requestname: PULL_PULL_SHAtype: string
- description: git url to clonename: REPO_URLtype: stringworkspaces:
- name: shared-datatasks:
- name: fetch-repotaskRef:
name: git-cloneworkspaces:
- name: outputworkspace: shared-dataparams:
- name: urlvalue: $(params.REPO_URL)
- name: revisionvalue: $(params.PULL_PULL_SHA)
Expected Results
run pipeline
Actual Results
19:20:16 [Pipeline] tektonCreateRaw
19:20:16 Failed: java.net.MalformedURLException: no protocol: git@git.example.com:username/golang-hello.git
19:20:16 java.lang.RuntimeException: java.net.MalformedURLException: no protocol: git@git.example.com:username/golang-hello.git
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.enhancePipelineRunWithEnvVars(CreateRaw.java:309)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.createPipelineRun(CreateRaw.java:249)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.createWithResourceSpecificClient(CreateRaw.java:168)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.runCreate(CreateRaw.java:429)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.perform(CreateRaw.java:393)
19:20:16 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:101)
19:20:16 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
19:20:16 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
19:20:16 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
19:20:16 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
19:20:16 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
19:20:16 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
19:20:16 at java.lang.Thread.run(Thread.java:748)
19:20:16 Caused by: java.net.MalformedURLException: no protocol: git@git.verystar.cn:daixijun/golang-hello.git
19:20:16 at java.net.URL.(URL.java:611)
19:20:16 at java.net.URL.(URL.java:508)
19:20:16 at java.net.URL.(URL.java:457)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.enhancePipelineRunWithEnvVars(CreateRaw.java:307)
19:20:16 ... 12 more
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Reproduction steps
Expected Results
run pipeline
Actual Results
19:20:16 [Pipeline] tektonCreateRaw
19:20:16 Failed: java.net.MalformedURLException: no protocol: git@git.example.com:username/golang-hello.git
19:20:16 java.lang.RuntimeException: java.net.MalformedURLException: no protocol: git@git.example.com:username/golang-hello.git
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.enhancePipelineRunWithEnvVars(CreateRaw.java:309)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.createPipelineRun(CreateRaw.java:249)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.createWithResourceSpecificClient(CreateRaw.java:168)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.runCreate(CreateRaw.java:429)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.perform(CreateRaw.java:393)
19:20:16 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:101)
19:20:16 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
19:20:16 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
19:20:16 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
19:20:16 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
19:20:16 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
19:20:16 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
19:20:16 at java.lang.Thread.run(Thread.java:748)
19:20:16 Caused by: java.net.MalformedURLException: no protocol: git@git.verystar.cn:daixijun/golang-hello.git
19:20:16 at java.net.URL.(URL.java:611)
19:20:16 at java.net.URL.(URL.java:508)
19:20:16 at java.net.URL.(URL.java:457)
19:20:16 at org.waveywaves.jenkins.plugins.tekton.client.build.create.CreateRaw.enhancePipelineRunWithEnvVars(CreateRaw.java:307)
19:20:16 ... 12 more
Anything else?
No response
The text was updated successfully, but these errors were encountered: