diff --git a/Jenkinsfile b/Jenkinsfile index b00560c..9f52e97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { -H 'Authorization: token $GITEA_PSW' \ -H 'Content-Type: application/json' \ -d '{ - "body": "automatic build at '"\$date"'", + "body": "automatic build at '"\$(date)"'", "draft": false, "name": "$BUILD_NUMBER", "prerelease": false,