Update Jenkinsfile

This commit is contained in:
jenkins 2024-08-20 18:31:40 +00:00
parent cd9ceaa040
commit a2dd1025ea

2
Jenkinsfile vendored
View File

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