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:39:00 +00:00
parent 864154abcc
commit ec91fccfe2

2
Jenkinsfile vendored
View File

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