Test Neutral Pipeline #3
Some checks failed
Neutral/pipeline/head There was a failure building this commit
Some checks failed
Neutral/pipeline/head There was a failure building this commit
This commit is contained in:
parent
42f43129db
commit
b2e1a45f41
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -15,6 +15,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('[Neutral] - Deploy') {
|
stage('[Neutral] - Deploy') {
|
||||||
steps {
|
steps {
|
||||||
|
def userInput = input(
|
||||||
|
id: 'userInput', message: 'Enter path of test reports:?',
|
||||||
|
parameters: [
|
||||||
|
[$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Path of config file', name: 'Config'],
|
||||||
|
[$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Test Info file', name: 'Test']
|
||||||
|
])
|
||||||
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