trose@rt-M2K7HTDD-MBP ~/Work/jenkinsfile-runner [master]
$ JENKINS_HOME=/tmp/jenkins_home ./app/target/appassembler/bin/jenkinsfile-runner -w /tmp/jenkins -p /tmp/jenkins_home/plugins/ -f /tmp/ -ns
Started
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/folders/48/64kw4x6s15s6yxcsdfp6p19hj0rkbh/T/jenkinsfileRunner.tmp/jfr7900268008143268814.run/workspace/job
[Pipeline] {
[Pipeline] stage
[Pipeline] { (One)
[Pipeline] withCredentials
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: Could not find credentials entry with ID 'trose'
Finished: FAILURE

trose@rt-M2K7HTDD-MBP ~/Work/jenkinsfile-runner [master]
$ cat /tmp/jenkins_home/credentials.xml
<?xml version='1.1' encoding='UTF-8'?>
<com.cloudbees.plugins.credentials.SystemCredentialsProvider plugin="credentials@2.1.18">
  <domainCredentialsMap class="hudson.util.CopyOnWriteMap$Hash">
    <entry>
      <com.cloudbees.plugins.credentials.domains.Domain>
        <specifications/>
      </com.cloudbees.plugins.credentials.domains.Domain>
      <java.util.concurrent.CopyOnWriteArrayList>
        <com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl>
          <scope>GLOBAL</scope>
          <id>trose</id>
          <description></description>
          <username>trose</username>
          <password>{AQAAABAAAAAQlbIJcXF06UwpIpp2z2MFMJYeVSi2U4xS5zeOfXeUeKU=}</password>
        </com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl>
      </java.util.concurrent.CopyOnWriteArrayList>
    </entry>
  </domainCredentialsMap>
</com.cloudbees.plugins.credentials.SystemCredentialsProvider>
trose@rt-M2K7HTDD-MBP ~/Work/jenkinsfile-runner [master]