#CertifiedRetard5
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -82,7 +82,7 @@ pipeline {
 | 
			
		||||
                        customHeaders: [[name: 'Authorization', value: "token ${TOKEN_PSW}", maskValue: true]],
 | 
			
		||||
                        httpMode: 'POST',
 | 
			
		||||
                        requestBody: release_body_str
 | 
			
		||||
                    def release_json = readJson text: release_resp.content
 | 
			
		||||
                    def release_json = readJSON text: release_resp.content
 | 
			
		||||
                    httpRequest url: "https://gitea.mattv.de/api/v1/repos/root/fileserver/releases/${release_json.id}/assets?name=linux-x64-glibc.tar.xz",
 | 
			
		||||
                        httpMode: 'POST',
 | 
			
		||||
                        acceptType: 'APPLICATION_JSON',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user