Andreas Merkle
Andreas Merkle
Result looks better now. The container itself is started and it looks like (according to the logs) that a SSH connection was established (SSH port is open on lp13007:55137). The...
To check the agents log was a good hint: ``` SSHLauncher{host='lp13007', port=55267, credentialsId='InstanceIdentity', jvmOptions='', javaPath='', prefixStartSlaveCmd='', suffixStartSlaveCmd='', launchTimeoutSeconds=210, maxNumRetries=30, retryWaitTime=2, sshHostKeyVerificationStrategy=hudson.plugins.sshslaves.verifiers.NonVerifyingKeyVerificationStrategy, tcpNoDelay=true, trackCredentials=true} [12/09/19 11:51:48] [SSH] Opening SSH connection to...
The "Remote File System Root" configuration parameter is set to "C:\Users\jenkins". The user inside the container should be jenkins, thats true. But I can not configure the user with InjectSSHKeyAs1stParameter,...
There are three options to choose: * Inject SSH key as 1st container argument * Inject SSH key using SSH AuthorizedKeysCommand option * Use configured SSH credentials Choosing the 2nd...
https://community.platformio.org/t/how-to-define-littlefs-partition-build-image-and-flash-it-on-esp32/11333 https://github.com/ARMmbed/littlefs https://github.com/esp8266/Arduino/tree/master/libraries/LittleFS
https://github.com/espressif/arduino-esp32/issues/3765#issuecomment-643975602 https://github.com/espressif/arduino-esp32/issues/3765#issuecomment-643996450 https://github.com/espressif/arduino-esp32/issues/3765#issuecomment-644011312
https://github.com/me-no-dev/ESPAsyncWebServer/issues/792
https://github.com/espressif/arduino-esp32/pull/4096 https://github.com/espressif/esp-idf/pull/5469
https://github.com/lorol/LITTLEFS/tree/master/examples/LITTLEFS_PlatformIO
LITTLEFS will be in ESP Arduino v2.0.0 available: https://github.com/espressif/arduino-esp32/pull/4096#issuecomment-720702901