Copilot commented on code in PR #436:
URL: https://github.com/apache/trafficserver-ci/pull/436#discussion_r3392219609
##########
jenkins/github/autest.pipeline:
##########
@@ -45,6 +45,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true, timeout: 20],
// We have to set an idenity for the merge step because Git
requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/centos.pipeline:
##########
@@ -19,6 +19,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/fedora.pipeline:
##########
@@ -19,6 +19,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/freebsd.pipeline:
##########
@@ -8,6 +8,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/format.pipeline:
##########
@@ -16,6 +16,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/debian.pipeline:
##########
@@ -19,6 +19,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/rocky-asan.pipeline:
##########
@@ -19,6 +19,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/rocky.pipeline:
##########
@@ -19,6 +19,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/docs.pipeline:
##########
@@ -16,6 +16,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/clang-analyzer.pipeline:
##########
@@ -15,6 +15,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/osx.pipeline:
##########
@@ -8,6 +8,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/rat.pipeline:
##########
@@ -16,6 +16,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
##########
jenkins/github/ubuntu.pipeline:
##########
@@ -19,6 +19,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: sha1]],
extensions: [
+ [$class: 'CloneOption', honorRefspec: true,
timeout: 20],
// We have to set an idenity for the merge step
because Git requires
Review Comment:
Typo in comment: "idenity" should be "identity".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]