Downloads:
375,966
Downloads of v 17.5.2:
7
Last Update:
29 Oct 2024
Published Date:
29 Oct 2024
Package Maintainer(s):
Software Author(s):
- Gitlab
Tags:
admin cli foss git cross-platform build docker shell gitlab- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Gitlab Runner
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
17.5.2 | Updated: 29 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
375,966
Downloads of v 17.5.2:
7
Published:
29 Oct 2024
Maintainer(s):
Software Author(s):
- Gitlab
Gitlab Runner 17.5.2
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Gitlab. The inclusion of Gitlab trademark(s), if any, upon this webpage is solely to identify Gitlab goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.
Features
- Allows to run:
- multiple jobs concurrently
- use multiple tokens with multiple server (even per-project)
- limit number of concurrent jobs per-token
- Jobs can be run:
- locally
- using Docker containers
- using Docker containers and executing job over SSH
- using Docker containers with autoscaling on different clouds and virtualization hypervisors
- connecting to remote SSH server
- Is written in Go and distributed as single binary without any other requirements
- Supports Bash, Windows Batch and Windows PowerShell
- Works on GNU/Linux, OS X and Windows (pretty much anywhere you can run Docker)
- Allows to customize the job running environment
- Automatic configuration reload without restart
- Easy to use setup with support for Docker, Docker-SSH, Parallels or SSH running environments
- Enables caching of Docker containers
- Easy installation as a service for GNU/Linux, OSX and Windows
- Embedded Prometheus metrics HTTP server
Package parameters
/InstallDir
- Installation directory. If the Gitlab Runner is already installed, its current directory will be used. To install to a new directory, uninstall it first./Service
- Install as a service. If value is not specified system account will be used. If value is specified it is in the form ofUsername:Password
. The installer will create that user if it doesn't exist, add it to local administrators group, enable ServiceLogonRight and disable password expiration. Example:/Service:gitlab-runner:P@ssw0rd
. Can't be used withAutologon
parameter/Autologon
- Use autologon feature of Windows. Can't be used withService
parameter. Username and password must be provided. Example:/Autologon:gitlab-runner:P@ssw0rd
.
Notes
- The script
register_example.ps1
is provided along the executable which can be used to quickly register runner non-interactively. If you want to use it, rename it toregister.ps1
and set desired environment variables. - Autologon vs Service: Services do not have access to all Windows features and some scripts, particularly those that depend on GUI, are not usable.
The MIT License (MIT)
Copyright (c) 2015-2017 GitLab B.V.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://gitlab-runner-downloads.s3.amazonaws.com/v17.5.2/binaries/gitlab-runner-windows-386.exe
x64: https://gitlab-runner-downloads.s3.amazonaws.com/v17.5.2/binaries/gitlab-runner-windows-amd64.exe
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: C7BD5288A5F4A125256E50B2A88A74D9E1A192AF2A25DDD8C4A58C525AD7DDE5
checksum64: F49D39D213DE4701E11321220C4A71045E3F1D66A653FCE0FBD65F6173713BCD
File 'license.txt' is obtained from:
https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/raw/master/LICENSE
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Author>DESKTOP-9Q3PK5G\majkinetor</Author>
<URI>\autologon</URI>
</RegistrationInfo>
<Triggers>
<LogonTrigger>
<Enabled>true</Enabled>
<UserId>DESKTOP-9Q3PK5G\gitlab-runner</UserId>
</LogonTrigger>
</Triggers>
<Principals>
<Principal id="Author">
<UserId>DESKTOP-9Q3PK5G\gitlab-runner</UserId>
<LogonType>InteractiveToken</LogonType>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>false</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="Author">
<Exec>
<Command>C:\gitlab-runner\autologon.bat</Command>
</Exec>
</Actions>
</Task>
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
if (Get-Service gitlab-runner -ea 0) {
gitlab-runner.exe stop
gitlab-runner.exe uninstall
}
$installDir = Get-RunnerInstallDir
Uninstall-BinFile gitlab-runner
Write-Warning 'If a gitlab-runner user is created during the installation, it is not removed as a safety measure'
Write-Warning ' to remove it execute: net user gitlab-runner /delete'
Write-Warning 'If Autologon parameter was used when installing, disable autolog manually'
# It might not be safe to just rm -Force -Recursive, let the user do it manually.
if ($installDir) {
Write-Warning "Gitlab-runner remained installed in $installDir"
Write-Warning " to delete it execute: rm '$installDir' -Force -Recurse"
} else {
Write-Warning "Can't find gitlab-runner installation directory, please remove it manually"
}
md5: A67AF9ECA9BC6DEE8A3F3E820205254B | sha1: DCAFA70CA3B4B4565C98937F9A511D2B4FD798C1 | sha256: C7BD5288A5F4A125256E50B2A88A74D9E1A192AF2A25DDD8C4A58C525AD7DDE5 | sha512: E29B2B585A469D40B9DF71190D0B77D4FB21EF674A79B7FD561644EAB09A719B846B18710B167BD708DC857F615DDE96C7CB1A53B1B49693AEC7BC0864FC3FCC
md5: 92EE7B6BA7874AA98B82BA5E92FF10CE | sha1: 8BE081A99C5BDA7A82345122EE90A8B3ED37E4A2 | sha256: F49D39D213DE4701E11321220C4A71045E3F1D66A653FCE0FBD65F6173713BCD | sha512: 0195E6F438FA1D4F75B4F875CDE58D56BDFC4E5A5C07037F949E4CDF43AC3CAA50BFE8CCC0209CEDD6A885EA263A6B86C79F2C3CE9AE4AAC5937DB5FB0895105
function Get-RunnerInstallDir() {
$res = Get-WmiObject win32_service | ? {$_.Name -eq 'gitlab-runner'} | select -Expand PathName
if (!$res) {
if (!(gcm gitlab-runner.exe -ea 0)) { return }
$res = (gitlab-runner.exe --shimgen-help 2>&1) -match '^\s*Target:' -replace "Target:|'"
$res = $res.Trim()
}
$res = $res -split '\\gitlab-runner.exe' | select -First 1
if (Test-Path $res) { return $res }
}
function Add-ServiceLogonRight([string] $Username) {
Write-Host "Enable ServiceLogonRight for $Username"
$tmp = [System.IO.Path]::GetTempFileName()
secedit /export /cfg "$tmp.inf" | Out-Null
(gc -Encoding ascii "$tmp.inf") -replace '^SeServiceLogonRight .+', "`$0,$Username" | sc -Encoding ascii "$tmp.inf"
secedit /import /cfg "$tmp.inf" /db "$tmp.sdb" | Out-Null
secedit /configure /db "$tmp.sdb" /cfg "$tmp.inf" | Out-Null
rm $tmp* -ea 0
}
function Add-User([string] $Username, [string] $Password ) {
$user = Get-WmiObject win32_useraccount -Filter { LocalAccount = 'true' } | ? { $_.Name -eq $Username }
if ($user) { Write-Host "User $Username already exists"; return }
Write-Host "Creating user $Username as local administrator"
net user $Username $Password /add | Out-Null
net localgroup Administrators $Username /add | Out-NUll
$user = Get-WmiObject win32_useraccount -Filter { LocalAccount = 'true' } | ? { $_.Name -eq $Username }
$user.PasswordExpires = $false
}
# Author: Miodrag Milic <[email protected]>
# Last Change: 23-Jun-2016.
<#
.SYNOPSIS
Set Windows to automatically login as given user after restart and eventually execute a script
.DESCRIPTION
Enable AutoLogon next time when the server reboots.
It can trigger a specific Script to execute after the server is back online after Auto Logon.
.EXAMPLE
Set-AutoLogon -Username "domain\user" -Password "my password"
.EXAMPLE
Set-AutoLogon -Username "domain\user" -Password "my password" -LogonCount 3
.EXAMPLE
Set-AutoLogon -Username "domain\user" -Password "my password" -Script "c:\test.bat"
.LINK
https://github.com/majkinetor/posh/blob/master/MM_Admin/Set-AutoLogon.ps1
#>
function Set-AutoLogon {
[CmdletBinding()]
Param(
#Provide the username that the system would use to login.
[Parameter(Mandatory=$true)]
[String]$Username,
#Provide the Password for the User provided.
[Parameter(Mandatory=$true)]
[String]$Password,
#Sets the number of times the system would reboot without asking for credentials, by default 100000.
[String]$LogonCount=100000,
#Script: Provide Full path of the script for execution after server reboot
[String]$Script
)
$ErrorActionPreference = 'Stop'
$RegPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
$RegROPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
Set-ItemProperty $RegPath "AutoAdminLogon" -Value 1
Set-ItemProperty $RegPath "DefaultUsername" -Value $Username
Set-ItemProperty $RegPath "DefaultPassword" -Value $Password
#Set-ItemProperty $RegPath "DefaultDomain" -Value $Env:USERDOMAIN
$v = if ($LogonCount) { $LogonCount } else { '' }
Set-ItemProperty $RegPath "AutoLogonCount" -Value $v -Type DWord
$v = if ($Script) { $Script } else { '' }
Set-ItemProperty $RegROPath "Set-Autologon" -Value $v
}
<#
Rename this file to register.ps1 or it will get overwritten by the future updates.
For the list of all environment vars run `gitlab-runner register --help`.
After registration, config.toml is generated and subsequent configuration changes should
be set in that file. Gitlab-Runner automatically picks up config.toml changes while executing.
#>
$Env:RUNNER_NAME = $env:COMPUTERNAME
$Env:REGISTRATION_TOKEN = ''
$Env:CI_SERVER_URL = ''
$Env:RUNNER_TAG_LIST = '' #comma separated list of tags
$Env:CONFIG_FILE = "$PSScriptRoot\config.toml"
$Env:REGISTER_RUN_UNTAGGED = 'false'
$Env:REGISTER_LOCKED = $false #lock runner to current project
$Env:RUNNER_EXECUTOR = 'shell'
$Env:RUNNER_SHELL = 'powershell'
$Env:RUNNER_REQUEST_CONCURRENCY = 1
$Env:RUNNER_BUILDS_DIR = ''
$Env:RUNNER_CACHE_DIR = ''
gitlab-runner register --non-interactive
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Gitlab Runner 17.5.3 | 843 | Friday, November 1, 2024 | Approved | |
Gitlab Runner 17.5.2 | 7 | Tuesday, October 29, 2024 |
Waiting for Maintainer
|
|
Gitlab Runner 17.5.0 | 736 | Friday, October 18, 2024 | Approved | |
Gitlab Runner 17.4.1 | 804 | Monday, October 14, 2024 | Approved | |
Gitlab Runner 17.4.0 | 1996 | Friday, September 20, 2024 | Approved | |
Gitlab Runner 17.3.1 | 4172 | Friday, August 23, 2024 | Approved | |
Gitlab Runner 17.3.0 | 1170 | Friday, August 16, 2024 | Approved | |
Gitlab Runner 17.2.1 | 4234 | Wednesday, July 31, 2024 | Approved | |
Gitlab Runner 17.2.0 | 3555 | Friday, July 19, 2024 | Approved | |
Gitlab Runner 17.1.0 | 7310 | Friday, June 21, 2024 | Approved | |
Gitlab Runner 17.0.0 | 7060 | Friday, May 17, 2024 | Approved | |
Gitlab Runner 16.11.1 | 1883 | Saturday, May 4, 2024 | Approved | |
Gitlab Runner 16.11.0 | 2203 | Friday, April 19, 2024 | Approved | |
Gitlab Runner 16.10.0 | 2712 | Friday, March 22, 2024 | Approved | |
Gitlab Runner 16.9.1 | 1880 | Thursday, February 29, 2024 | Approved | |
Gitlab Runner 16.9.0 | 1568 | Friday, February 16, 2024 | Approved | |
Gitlab Runner 16.8.0 | 2737 | Saturday, January 20, 2024 | Approved | |
Gitlab Runner 16.7.0 | 2904 | Friday, December 22, 2023 | Approved | |
Gitlab Runner 16.6.1 | 1694 | Sunday, November 26, 2023 | Approved | |
Gitlab Runner 16.6.0 | 1236 | Friday, November 17, 2023 | Approved | |
Gitlab Runner 16.5.0 | 1317 | Saturday, October 21, 2023 | Approved | |
Gitlab Runner 16.4.0 | 1729 | Tuesday, September 26, 2023 | Approved | |
Gitlab Runner 16.3.1 | 2655 | Tuesday, September 19, 2023 | Approved | |
Gitlab Runner 16.2.0 | 3833 | Saturday, July 22, 2023 | Approved | |
Gitlab Runner 16.1.0 | 2128 | Thursday, June 22, 2023 | Approved | |
Gitlab Runner 16.0.2 | 1755 | Friday, June 9, 2023 | Approved | |
Gitlab Runner 16.0.1 | 605 | Saturday, May 27, 2023 | Approved | |
Gitlab Runner 16.0.0 | 1066 | Monday, May 22, 2023 | Approved | |
Gitlab Runner 15.11.0 | 28397 | Tuesday, April 25, 2023 | Approved | |
Gitlab Runner 15.10.0 | 1398 | Friday, March 24, 2023 | Approved | |
Gitlab Runner 15.9.1 | 671 | Wednesday, March 15, 2023 | Approved | |
Gitlab Runner 15.8.0 | 3391 | Thursday, February 2, 2023 | Approved | |
Gitlab Runner 15.7.2 | 1023 | Sunday, January 15, 2023 | Approved | |
Gitlab Runner 15.7.1 | 15628 | Friday, December 23, 2022 | Approved | |
Gitlab Runner 15.7.0 | 786 | Monday, December 19, 2022 | Approved | |
Gitlab Runner 15.6.0 | 2732 | Tuesday, November 22, 2022 | Approved | |
Gitlab Runner 15.5.0 | 158683 | Sunday, October 23, 2022 | Approved | |
Gitlab Runner 15.4.0 | 2113 | Thursday, September 22, 2022 | Approved | |
Gitlab Runner 15.3.0 | 2612 | Saturday, August 20, 2022 | Approved | |
Gitlab Runner 15.2.0 | 1391 | Tuesday, August 9, 2022 | Approved | |
Gitlab Runner 15.1.0 | 1794 | Tuesday, June 21, 2022 | Approved | |
Gitlab Runner 15.0.0 | 1364 | Friday, May 20, 2022 | Approved | |
Gitlab Runner 14.10.0 | 1635 | Tuesday, April 19, 2022 | Approved | |
Gitlab Runner 14.9.0 | 1432 | Tuesday, March 22, 2022 | Approved | |
Gitlab Runner 14.8.0 | 1184 | Tuesday, February 22, 2022 | Approved | |
Gitlab Runner 14.7.0 | 1121 | Thursday, January 20, 2022 | Approved | |
Gitlab Runner 14.6.0 | 1695 | Saturday, December 18, 2021 | Approved | |
Gitlab Runner 14.5.0 | 1314 | Monday, November 22, 2021 | Approved | |
Gitlab Runner 14.4.0 | 1092 | Tuesday, October 26, 2021 | Approved | |
Gitlab Runner 14.3.0 | 1386 | Wednesday, September 22, 2021 | Approved | |
Gitlab Runner 14.2.0 | 1180 | Saturday, August 28, 2021 | Approved | |
Gitlab Runner 14.0.0 | 2107 | Sunday, June 20, 2021 | Approved | |
Gitlab Runner 13.12.0 | 2875 | Friday, May 21, 2021 | Approved | |
Gitlab Runner 13.11.0 | 1014 | Wednesday, April 21, 2021 | Approved | |
Gitlab Runner 13.10.0 | 1658 | Monday, March 22, 2021 | Approved | |
Gitlab Runner 13.9.0 | 1506 | Tuesday, February 23, 2021 | Approved | |
Gitlab Runner 13.8.0 | 1792 | Thursday, January 21, 2021 | Approved | |
Gitlab Runner 13.7.0 | 1428 | Tuesday, December 22, 2020 | Approved | |
Gitlab Runner 13.6.0.20201205 | 701 | Saturday, December 5, 2020 | Approved | |
Gitlab Runner 13.6.0 | 1032 | Sunday, November 22, 2020 | Approved | |
Gitlab Runner 13.5.0 | 9167 | Wednesday, October 21, 2020 | Approved | |
Gitlab Runner 13.4.0 | 242 | Saturday, September 19, 2020 | Approved | |
Gitlab Runner 13.3.0 | 3238 | Friday, August 21, 2020 | Approved | |
Gitlab Runner 13.2.0 | 1658 | Monday, July 20, 2020 | Approved | |
Gitlab Runner 13.1.0 | 1442 | Saturday, June 20, 2020 | Approved | |
Gitlab Runner 13.0.1 | 1213 | Monday, June 1, 2020 | Approved | |
Gitlab Runner 13.0.0 | 821 | Thursday, May 21, 2020 | Approved | |
Gitlab Runner 12.10.0 | 2822 | Wednesday, April 22, 2020 | Approved | |
Gitlab Runner 12.9.0 | 740 | Tuesday, April 14, 2020 | Approved | |
Gitlab Runner 12.8.0 | 2476 | Sunday, February 23, 2020 | Approved | |
Gitlab Runner 12.7.1 | 1184 | Friday, January 24, 2020 | Approved | |
Gitlab Runner 12.7.0 | 294 | Tuesday, January 21, 2020 | Approved | |
Gitlab Runner 12.6.0 | 558 | Tuesday, December 24, 2019 | Approved | |
Gitlab Runner 12.5.0 | 1066 | Thursday, November 21, 2019 | Approved | |
Gitlab Runner 12.4.1 | 1076 | Tuesday, October 29, 2019 | Approved | |
Gitlab Runner 12.4.0 | 501 | Tuesday, October 22, 2019 | Approved | |
Gitlab Runner 12.3.0 | 2200 | Saturday, September 21, 2019 | Approved | |
Gitlab Runner 12.2.0 | 1255 | Friday, August 23, 2019 | Approved | |
Gitlab Runner 12.1.0 | 1114 | Saturday, July 20, 2019 | Approved | |
Gitlab Runner 12.0.0 | 1655 | Saturday, June 22, 2019 | Approved | |
Gitlab Runner 11.11.2 | 841 | Tuesday, June 4, 2019 | Approved | |
Gitlab Runner 11.11.0 | 510 | Tuesday, May 21, 2019 | Approved | |
Gitlab Runner 11.10.0 | 880 | Saturday, April 20, 2019 | Approved | |
Gitlab Runner 11.9.0 | 717 | Saturday, March 23, 2019 | Approved | |
Gitlab Runner 11.8.0 | 904 | Saturday, February 23, 2019 | Approved | |
Gitlab Runner 11.7.0 | 1018 | Tuesday, January 22, 2019 | Approved | |
Gitlab Runner 11.6.0 | 374 | Friday, January 18, 2019 | Approved | |
Gitlab Runner 11.4.0 | 1501 | Monday, October 22, 2018 | Approved | |
Gitlab Runner 11.4.0-rc1 | 307 | Thursday, October 11, 2018 | Exempted | |
Gitlab Runner 11.3.0 | 850 | Saturday, September 22, 2018 | Approved | |
Gitlab Runner 11.3.0-rc1 | 321 | Wednesday, September 12, 2018 | Exempted | |
Gitlab Runner 11.2.0 | 754 | Thursday, August 23, 2018 | Approved | |
Gitlab Runner 11.2.0-rc1 | 319 | Thursday, August 9, 2018 | Approved | |
Gitlab Runner 11.1.0 | 771 | Monday, July 23, 2018 | Approved | |
Gitlab Runner 11.1.0-rc1 | 356 | Saturday, July 14, 2018 | Approved | |
Gitlab Runner 11.0.0 | 980 | Saturday, June 23, 2018 | Approved | |
Gitlab Runner 11.0.0-rc1 | 402 | Wednesday, June 13, 2018 | Approved | |
Gitlab Runner 10.8.0 | 871 | Wednesday, May 23, 2018 | Approved | |
Gitlab Runner 10.8.0-rc1 | 472 | Friday, May 11, 2018 | Approved | |
Gitlab Runner 10.7.0-rc1 | 537 | Thursday, April 12, 2018 | Approved | |
Gitlab Runner 10.6.0 | 1185 | Friday, March 23, 2018 | Approved | |
Gitlab Runner 10.6.0-rc1 | 470 | Friday, March 9, 2018 | Approved | |
Gitlab Runner 10.5.0 | 697 | Friday, February 23, 2018 | Approved | |
Gitlab Runner 10.5.0-rc1 | 476 | Friday, February 9, 2018 | Approved | |
Gitlab Runner 10.4.0 | 705 | Monday, January 22, 2018 | Approved | |
Gitlab Runner 10.4.0-rc1 | 575 | Tuesday, January 9, 2018 | Approved | |
Gitlab Runner 10.3.0 | 748 | Saturday, December 23, 2017 | Approved | |
Gitlab Runner 10.3.0-rc1 | 527 | Monday, December 11, 2017 | Approved | |
Gitlab Runner 10.2.0 | 832 | Thursday, November 23, 2017 | Approved | |
Gitlab Runner 10.2.0-rc1 | 512 | Saturday, November 11, 2017 | Approved | |
Gitlab Runner 10.1.0 | 989 | Sunday, October 22, 2017 | Approved | |
Gitlab Runner 10.1.0-rc1 | 535 | Tuesday, October 10, 2017 | Approved | |
Gitlab Runner 10.0.0-rc1 | 488 | Tuesday, September 26, 2017 | Approved | |
Gitlab Runner 9.5.0 | 1135 | Wednesday, August 23, 2017 | Approved | |
Gitlab Runner 9.4.0 | 778 | Sunday, July 23, 2017 | Approved | |
Gitlab Runner 9.3.0 | 544 | Thursday, June 22, 2017 | Approved | |
Gitlab Runner 9.2.1 | 426 | Saturday, June 17, 2017 | Approved | |
Gitlab Runner 9.2.0 | 506 | Monday, May 22, 2017 | Approved | |
Gitlab Runner 9.1.1 | 438 | Wednesday, May 3, 2017 | Approved | |
Gitlab Runner 9.1.0 | 456 | Monday, April 24, 2017 | Approved | |
Gitlab Runner 9.0.0 | 478 | Thursday, March 30, 2017 | Approved |
GitLab
-
- chocolatey-core.extension (≥ 1.3.5.1)
- git.install (≥ 2.34.1)
Ground Rules:
- This discussion is only about Gitlab Runner and the Gitlab Runner package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Gitlab Runner, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
majkinetor (maintainer) on 29 Oct 2024 03:13:09 +00:00:
User 'majkinetor' (maintainer) submitted package.
chocolatey-ops (reviewer) on 29 Oct 2024 03:45:04 +00:00:
gitlab-runner has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 30 Oct 2024 15:21:38 +00:00:
gitlab-runner has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/147b313191c58887e6b581aead8e6f83 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 18 Nov 2024 03:48:55 +00:00:
We've found gitlab-runner v17.5.2 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.