Deshabilita las ejecuciones concurrentes
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
110f7e3370
commit
5617453e0e
|
@ -4,6 +4,10 @@ pipeline {
|
||||||
label 'jenkins-slave'
|
label 'jenkins-slave'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
options {
|
||||||
|
// Deshabilita ejecuciones concurrentes
|
||||||
|
disableConcurrentBuilds()
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
ESXI_PASS = credentials('VI_PASSWORD')
|
ESXI_PASS = credentials('VI_PASSWORD')
|
||||||
QINDEL_PASS = credentials('jenkins-user-slave-password')
|
QINDEL_PASS = credentials('jenkins-user-slave-password')
|
||||||
|
@ -62,6 +66,7 @@ pipeline {
|
||||||
|
|
||||||
Revisa los detalles del build en: ${env.BUILD_URL}
|
Revisa los detalles del build en: ${env.BUILD_URL}
|
||||||
"""
|
"""
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue