Issue Type: New Feature New Feature
Assignee: Nicolas De Loof
Components: git-plugin
Created: 18/Mar/15 5:18 PM
Description:

When using Jenkins clone workspace, we can copy the .git repository information.

So in scenarios like, where one jobs does the build and another does the deploy later on, we may choose to tag the source code only after it's been deployed. And if we're using Clone workspace to copy the artefacts over to the deploy job, we can't currently use GIT publisher to create tags etc. even though the .git repository is there.

https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/GitPublisher.java# Line 467
}

Can we have the option to do use GitPublisher, if it detects the workspace contains a .GIT repo, and then the option to select the Credential to use appears.

Project: Jenkins
Priority: Minor Minor
Reporter: Peter lai
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to