testing jenkins

This commit is contained in:
Nishi 2026-02-03 23:27:27 +09:00
commit 12f7312d40
Signed by: nishi
GPG key ID: 27EF69B208EB9343

1
Jenkinsfile vendored
View file

@ -5,6 +5,7 @@ pipeline {
stages {
stage("Build document") {
steps {
sh("echo Testing testing...")
}
post {
always {