-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable tag.gpgsign as it could be active for some systems #1553
Conversation
pom.xml
Outdated
@@ -102,6 +102,7 @@ | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>git-client</artifactId> | |||
<version>4.6.1-rc3521.3dcd9ff316b_4</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temporary to test with jenkinsci/git-client-plugin#1107
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git client plugin dependency on the master branch is now updated to git client plugin 4.7.0 that includes the test fixes for autosign. Thanks again for making these improvements!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarkEWaite yeah. thanks for the ping ;)
I update that here. But I still have one issue with with auto sign I need to figure out.
Expected: is <SUCCESS>
but: was <FAILURE>
[ERROR] Errors:
[ERROR] CredentialsUserRemoteConfigTest.checkoutWithValidCredentials:273->Object.wait:328->Object.wait:-2 » TestTimedOut test timed out after 180 seconds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well this looks to be a flaky test
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
4bae916
to
0bac973
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for your work on this change!
pom.xml
Outdated
@@ -102,6 +102,7 @@ | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>git-client</artifactId> | |||
<version>4.6.1-rc3521.3dcd9ff316b_4</version> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Some test cases related to
tag
git command can fail in case of the following~/.gitconfig
configurationChecklist
Types of changes
What types of changes does your code introduce? Put an
x
in the boxes that apply. Delete the items in the list that do not apply