Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:28:25 +01:00
parent c0d938a6cb
commit b77f6ec6ef

2
Jenkinsfile vendored
View File

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