Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Blocker
-
Resolution: Unresolved
-
Component/s: ssh-agent-plugin
-
Labels:None
-
Similar Issues:
Description
This configuration is supposed to connect to a remote machine and execute uname command.
stage ('test ssh') { sshagent(['82d845e5-4c80-4327-9980-83844008eaa8']) { sh 'ssh -o StrictHostKeyChecking=no some.server.com uname -a' } }
Instead I get "This stage has no steps" error.
I've also tried to put sshagent {} inside step {} and other way around with the same result.
Is my configuration correct? What's wrong?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
This configuration is supposed to connect to a remote machine and execute uname command. {code:java} stage ('Checkout') { sshagent(['82d845e5-4c80-4327-9980-83844008eaa8']) { sh 'ssh -o StrictHostKeyChecking=no ors.nintendo.de uname -a' } } {code} Instead I get "This stage has no steps" error. I've also tried to put sshagent {} inside step {} and other way around with the same result. Is my configuration correct? What's wrong? |
This configuration is supposed to connect to a remote machine and execute uname command. {code:java} stage ('Checkout') { sshagent(['82d845e5-4c80-4327-9980-83844008eaa8']) { sh 'ssh -o StrictHostKeyChecking=no some.server.com uname -a' } } {code} Instead I get "This stage has no steps" error. I've also tried to put sshagent {} inside step {} and other way around with the same result. Is my configuration correct? What's wrong? |
Description |
This configuration is supposed to connect to a remote machine and execute uname command. {code:java} stage ('Checkout') { sshagent(['82d845e5-4c80-4327-9980-83844008eaa8']) { sh 'ssh -o StrictHostKeyChecking=no some.server.com uname -a' } } {code} Instead I get "This stage has no steps" error. I've also tried to put sshagent {} inside step {} and other way around with the same result. Is my configuration correct? What's wrong? |
This configuration is supposed to connect to a remote machine and execute uname command. {code:java} stage ('test ssh') { sshagent(['82d845e5-4c80-4327-9980-83844008eaa8']) { sh 'ssh -o StrictHostKeyChecking=no some.server.com uname -a' } } {code} Instead I get "This stage has no steps" error. I've also tried to put sshagent {} inside step {} and other way around with the same result. Is my configuration correct? What's wrong? |
Attachment | Screen Shot 2018-10-03 at 4.13.39 PM.png [ 44651 ] |