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:47:55 +00:00
parent 678bb0be27
commit 48f8a16b2b

2
Jenkinsfile vendored
View File

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