Skip to content

Commit

Permalink
cas
Browse files Browse the repository at this point in the history
  • Loading branch information
sshresthadh committed Jul 4, 2024
1 parent 1425160 commit 36e8dff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,21 @@ pipeline {
steps {
dir('all_in_docker/client') {
script {
sh 'npm run build'
sh 'CI=false npm run build'
}
}
}
}
}

post {
always {
script {

sh 'mv all_in_docker/client/build /var/www/html'
}
cleanWs()
}
success {
echo 'Pipeline succeeded!'
}
Expand Down

0 comments on commit 36e8dff

Please sign in to comment.