Update Jenkinsfile

This commit is contained in:
jenkins 2024-08-20 18:18:32 +00:00
parent 7b015c6b2b
commit cd9ceaa040

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
echo "Building.. change6" echo "Building.. change7"
sh ''' sh '''
echo "doing build stuff.." echo "doing build stuff.."
''' '''