Update Jenkinsfile

This commit is contained in:
jenkins 2024-08-20 18:04:13 +00:00
parent 9a3c7a0ef7
commit 7b015c6b2b

2
Jenkinsfile vendored
View File

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