[JIRA] (JENKINS-59838) durable-task plugin v1.30 - process aparently never started in /var/lib/jenkins/workspace/<jobname>

9 views
Skip to first unread message

jonuda77@gmail.com (JIRA)

unread,
Oct 18, 2019, 3:23:02 AM10/18/19
to jenkinsc...@googlegroups.com
Jon Udaondo updated an issue
 
Jenkins / Bug JENKINS-59838
durable-task plugin v1.30 - process aparently never started in /var/lib/jenkins/workspace/<jobname>
Change By: Jon Udaondo
Summary: durable - task plugin v1.30 - process aparently never started in /var/lib/jenkins/workspace/<jobname>
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

jonuda77@gmail.com (JIRA)

unread,
Oct 18, 2019, 3:24:02 AM10/18/19
to jenkinsc...@googlegroups.com
Jon Udaondo updated an issue
I have a pipeline job and in a stage I ssh to another server which executes "Salt orchestration task" which takes 1 hour and a half of so. 

 
{code:java}
stage('Deploying services with Salt') {
when {
expression { params.DeploySalt == 'Yes' }
}
steps {
script {
STAGE=env.STAGE_NAME
}
sh label: 'Deploying required software', script: "ssh -o StrictHostKeyChecking=no ${SALTMASTERLOGIN} 'sudo salt-run state.orchestrate orch.deploy --state-output=mixed'"
}
}{code}
 

The thing is that I am always getting the following error:

 
{code:java}
[Pipeline] sh (Deploying required software) *
00:07:41.080 *   + ssh -o StrictHostKeyChecking=no root@jcsaltmaster sudo salt-run state.orchestrate orch.deploy --state-output=mixed *
00:32:47.371 *   process apparently never started in /var/lib/jenkins/workspace/local-cloud-regression-test@tmp/durable-6becef1a *
00:32:47.371 *   (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)[Pipeline] } {code}

 

The "Salt" job is still executing on the remote server but Jenkins Pipeline fails.

 

I have searched for information about this but I can´t figure out how to fix this.

 

Thank you.

 

 

jonuda77@gmail.com (JIRA)

unread,
Oct 18, 2019, 3:25:02 AM10/18/19
to jenkinsc...@googlegroups.com
Jon Udaondo updated an issue
I have a pipeline job and in a stage I ssh to another server which executes "Salt orchestration task" which takes 1 hour and a half of so. 

 
{code:java}
stage('Deploying services with Salt') {
when {
expression { params.DeploySalt == 'Yes' }
}
steps {
script {
STAGE=env.STAGE_NAME
}
sh label: 'Deploying required software', script: "ssh -o StrictHostKeyChecking=no ${SALTMASTERLOGIN} 'sudo salt-run state.orchestrate orch.deploy --state-output=mixed'"
}
}{code}
 

The thing is that I am always getting the following error:

 
{code:java}
[Pipeline] sh (Deploying required software)
00:07:41.080 + ssh -o StrictHostKeyChecking=no root@ jcsaltmaster saltmaster sudo salt-run state.orchestrate orch.deploy --state-output=mixed
00:32:47.371 process apparently never started in /var/lib/jenkins/workspace/local-cloud-regression-test@tmp/durable-6becef1a
00:32:47.371 (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)[Pipeline] }{code}

 

The "Salt" job is still executing on the remote server but Jenkins Pipeline fails.

 

I have searched for information about this but I can´t figure out how to fix this.

 

Thank you.

 

 

jonuda77@gmail.com (JIRA)

unread,
Oct 18, 2019, 3:27:03 AM10/18/19
to jenkinsc...@googlegroups.com
Jon Udaondo updated an issue
I have a pipeline job and in a stage I ssh to another server which executes "Salt orchestration task" which takes 1 hour and a half of so. 

 
{code:java}
stage('Deploying services with Salt') {
when {
expression { params.DeploySalt == 'Yes' }
}
steps {
script {
STAGE=env.STAGE_NAME
}
sh label: 'Deploying required software', script: "ssh -o StrictHostKeyChecking=no ${SALTMASTERLOGIN} 'sudo salt-run state.orchestrate orch.deploy --state-output=mixed'"
}
}{code}
 

The thing is that I am always getting the following error:

 
{code:java}
[Pipeline] sh (Deploying required software)
00:07:41.080 + ssh -o StrictHostKeyChecking=no root@saltmaster sudo salt-run state.orchestrate orch.deploy --state-output=mixed

00:32:47.371 process apparently never started in /var/lib/jenkins/workspace/local-cloud-regression-test@tmp/durable-6becef1a
00:32:47.371 (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)[Pipeline] }{code}
 

The "Salt" job is still executing on the remote server but Jenkins Pipeline fails.

 

I have searched for information about this but I can´t figure out how to fix this.

 

Thank you.

 

 
Reply all
Reply to author
Forward
0 new messages