Update Jenkinsfile

This commit is contained in:
jenkins 2024-08-20 17:35:58 +00:00
parent a11083da9c
commit 864154abcc

2
Jenkinsfile vendored
View File

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