Do you know if and how to change code during build - using Kaniko on the cluster build.
I am looking for adding a build number to a web site/ source code:
sh 'sed -i "s/<TAG>/${BUILD_NUMBER}/" myweb.yaml'
So that the web side shows the build number?