Update jenkinsfile.ci
All checks were successful
Tests / Declarative: Post Actions passed: 14
CI-Multi/pipeline/pr-main This commit looks good

This commit is contained in:
2026-02-15 18:43:26 +01:00
parent 25ba33d43a
commit 74fdb3acb5

View File

@@ -25,7 +25,7 @@ pipeline {
returnStdout: true
).trim()
}
echo "Wenas"
echo "CI build for commit ${env.COMMIT_SHORT} by ${env.COMMIT_AUTHOR}"
}
}