Create Deploy stage for master branch #12

Merged
cameron merged 3 commits from feature/implement-prod-deployment into master 2023-06-16 02:03:26 +00:00
Showing only changes of commit be2955482a - Show all commits

2
Jenkinsfile vendored
View File

@@ -45,11 +45,13 @@ pipeline {
execCommand: 'echo Finished' execCommand: 'echo Finished'
) )
] ]
)
] ]
) )
} }
} }
} }
post { post {
always { always {
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true