Test Neutral Pipeline #8
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
parent
45498540dd
commit
ee57461457
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,7 @@ pipeline {
|
|||||||
stage('[Neutral] - Deploy') {
|
stage('[Neutral] - Deploy') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def doesJavaRock = input(message: 'Confirmation de Déploiement', ok: 'Lancer le déploiement')
|
def doesJavaRock = input(message: 'Confirmation de Déploiement', ok: 'Déployer')
|
||||||
echo "[Neutral-Deploy] - Deploy Stage"
|
echo "[Neutral-Deploy] - Deploy Stage"
|
||||||
sh "ssh raphix@raphix.fr sudo apt update -y"
|
sh "ssh raphix@raphix.fr sudo apt update -y"
|
||||||
sh "ssh raphix@raphix.fr sudo apt upgrade -y"
|
sh "ssh raphix@raphix.fr sudo apt upgrade -y"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user