From 0d1e981b6b7c4023ef0c7109e75d00fe4d6307fa Mon Sep 17 00:00:00 2001 From: cclecle Date: Tue, 28 Mar 2023 01:01:10 +0100 Subject: [PATCH] beautify jenkins file --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e25170..58f1387 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -216,8 +216,7 @@ pipeline { withCredentials([usernamePassword(credentialsId: _SCMCredentials, passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) { sh("git remote set-url origin https://${GIT_USERNAME}:${GIT_PASSWORD}@chacha.ddns.net/gitea/${_PROJECT_USER_NAME}/${_PROJECT_NAME}.git") } - - + CHANGELOG = sh(script: """#!/bin/sh - |. ~/TOOLS_ENV/bin/activate |exec python - << '__EOWRAPPER__'