Jump to content

not able to set up plasticSCM with jenkins


prince

Recommended Posts

You might need to specify a valid selector (basically the way you tell the plugin what branch in which repository from which server you want to pull)

example (from the plugin page):

repository "myRepo@my.plasticscm.server.com:8087"
  path "/"
    smartbranch "/main/scm1773"


The credentials is a safe way to save your login credentials in jenkins, so you don't need to fill it in plaintext there. (see: https://github.com/jenkinsci/credentials-plugin/blob/master/docs/user.adoc)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...