ce865d4b9c
Rename credentials-binding example files to have a dash to correspond to the YAML key that users will use. Add the prefix "-full" to indicate that these are full examples where a user specifies every variable. Change-Id: Iae52c037b213c8f5511244ba075063e6b1a1f43a
52 lines
3.2 KiB
XML
52 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper>
|
|
<bindings>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.ZipFileBinding>
|
|
<variable>CONFIG_ZIP</variable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caa6</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.ZipFileBinding>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.FileBinding>
|
|
<variable>config_file</variable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caab</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.FileBinding>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.UsernamePasswordBinding>
|
|
<variable>config_username_password</variable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caac</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.UsernamePasswordBinding>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.StringBinding>
|
|
<variable>config_text</variable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caad</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.StringBinding>
|
|
<org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsBinding>
|
|
<variable>config_docker_server</variable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caae</credentialsId>
|
|
</org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsBinding>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.UsernamePasswordMultiBinding>
|
|
<usernameVariable>myUsername</usernameVariable>
|
|
<passwordVariable>myPassword</passwordVariable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caag</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.UsernamePasswordMultiBinding>
|
|
<com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentialsBinding>
|
|
<accessKeyVariable>AWS_ACCESS_KEY_ID</accessKeyVariable>
|
|
<secretKeyVariable>AWS_SECRET_ACCESS_KEY</secretKeyVariable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caaf</credentialsId>
|
|
</com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentialsBinding>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.SSHUserPrivateKeyBinding>
|
|
<keyFileVariable>KEY_FILE_VARIABLE</keyFileVariable>
|
|
<usernameVariable>USER_NAME_VARIABLE</usernameVariable>
|
|
<passphraseVariable>PASSPHRASE_VARIABLE</passphraseVariable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caah</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.SSHUserPrivateKeyBinding>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.CertificateMultiBinding>
|
|
<keystoreVariable>KEYSTORE_VARIABLE</keystoreVariable>
|
|
<passwordVariable>PASSWORD_VARIABLE</passwordVariable>
|
|
<aliasVariable>ALIAS_VARIABLE</aliasVariable>
|
|
<credentialsId>b3e6f337-5d44-4f57-921c-1632d796caaj</credentialsId>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.CertificateMultiBinding>
|
|
</bindings>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper>
|
|
</buildWrappers>
|
|
</project>
|