Update Jenkinsfile
All checks were successful
jenkins_organization/jenkins-pipeline/pipeline/head This commit looks good

This commit is contained in:
jenkins 2024-08-20 17:51:47 +00:00
parent 48f8a16b2b
commit 9a3c7a0ef7

2
Jenkinsfile vendored
View File

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