Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:24:26 +01:00
parent d2a3ee93e9
commit bfc920cfa9

2
Jenkinsfile vendored
View File

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