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

This commit is contained in:
first_admin 2024-08-20 18:52:41 +00:00
parent 6f78323d31
commit a715bac9c2

2
Jenkinsfile vendored
View File

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