test dans jenkinsfile
@@ -44,6 +44,13 @@ pipeline {
// }
+
+ stage('Build Angular') {
+ steps {
+ sh 'npm install'
+ sh 'ng build --prod'
+ }
stage('Build & Deploy') {
steps {
sh '''
@@ -4,8 +4,8 @@
export const environment = {
production: false,
- name: "(Test)",
- apiUrl: `http://localhost:4000`,
+ name: "(dev)",
+ apiUrl: `https://api-preprod.foodgame.fr`,
};
/*