Jenkins: Update jenkinsfile
tt-app/app/Saga There was a failure building this commit

This commit is contained in:
2019-09-11 11:48:04 +02:00
parent 6629cd8156
commit f86fcfe3d8
+3
View File
@@ -11,17 +11,20 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'cd var/jenkins_home/workspace/tt-app_app_Saga/nextjs/'
sh './scripts/start.sh'
}
}
stage('Test') {
steps {
sh 'cd var/jenkins_home/workspace/tt-app_app_Saga/nextjs/'
sh './scripts/test.sh'
}
}
stage('Response') {
steps {
echo 'Vous pouvez pull sur la production'
sh 'cd var/jenkins_home/workspace/tt-app_app_Saga/nextjs/'
sh './scripts/kill.sh'
}
}