Test RemoteProvider - Update jenkinsfile.ci #33

Closed
husbando_enjoyer wants to merge 9 commits from test/main-TestWebhook1 into main

View File

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