Skip to content

Commit

Permalink
Fix colors of the Jenkins job output
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jul 19, 2021
1 parent d27fc8b commit cd38040
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ node("dev") {
stage('Build docker images') {
// final foundSitesFolders = findFiles(glob: 'sites/*')
// makeBuildForAllSites(foundSitesFolders)

sh "export RICHIE_SITE=${site} && make env.d/aws && make ARGS=\"--no-cache\" build"
ansiColor('xterm') {
sh "export RICHIE_SITE=${site} && make env.d/aws && make ARGS=\"--no-cache\" build"
}
}
stage('Check built image availability') {
sh "docker images 'nau:development'"
Expand Down

0 comments on commit cd38040

Please sign in to comment.