Update Jenkinsfile

This commit is contained in:
jenkins 2024-08-20 17:46:44 +00:00
parent ec91fccfe2
commit 678bb0be27

2
Jenkinsfile vendored
View File

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