Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:27:58 +01:00
parent bfc920cfa9
commit c0d938a6cb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'Hello worldd!'
echo 'Hello worlddd!'
}
}
}