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
when i use the code like below, the concourse resource check feed back the "server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none" error , and pipeline will not run as expect.
but when i use git type resource , it will checked pass , and can run pipeline expect, - name: {{ $environment.name }}-trigger type: git source: skip_ssl_verification: true branch: master password: qwewqeqwe uri: https://172.17.0.1/root/xxxxxx.git username: root
my concourse and fly version is : 5.8.0
The text was updated successfully, but these errors were encountered:
dear team,
when i use the code like below, the concourse resource check feed back the "server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none" error , and pipeline will not run as expect.
- name: {{ $environment.name }}-trigger type: semver source: driver: git initial_version: 0.0.1 uri: https://172.17.0.1/root/xxxxxxxxxx.git branch: master password: wqeqwe username: root skip_ssl_verification: true depth: 3 file: xxxxxxx
but when i use git type resource , it will checked pass , and can run pipeline expect,
- name: {{ $environment.name }}-trigger type: git source: skip_ssl_verification: true branch: master password: qwewqeqwe uri: https://172.17.0.1/root/xxxxxx.git username: root
my concourse and fly version is : 5.8.0
The text was updated successfully, but these errors were encountered: