diff --git a/Jenkinsfile b/Jenkinsfile index 2015108..02716bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ def notify( -u "${giteaUser}:${giteaPass}" \ -H "Content-Type: application/json" \ -d '{"context":"${context}","state": "${status}", "description": "${description}"}' \ - ${repositoryUrl}deployer3000${repositoryName}/statuses/${commitHash} + ${repositoryUrl}deployer3000/${repositoryName}/statuses/${commitHash} """ }