Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Jenkins build job "cyberduck-release-windows" to GitHub Actions #15555

Draft
wants to merge 86 commits into
base: master
Choose a base branch
from

Conversation

RaveenaRamany
Copy link

FHNW: CI/CD conceptualisation for Cyberduck
Migrate Jenkins build job "cyberduck-release-windows" to GitHub Actions

RaveenaRamany and others added 30 commits December 10, 2023 17:27
…-release-windows

set distributionManagement repos to local
…ndows-to-actions-20231210-172433

Convert cyberduck-release-windows to GitHub Actions
…ndows-chocolatey-to-actions-20231211-122942

Convert cyberduck-release-windows-chocolatey to GitHub Actions
…-release-windows

Features/migration cyberduck release windows
@RaveenaRamany RaveenaRamany requested a review from a team as a code owner January 17, 2024 19:08
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dkocher dkocher changed the title Features/migration cyberduck release windows CI/CD conceptualisation: Migrate Jenkins build job "cyberduck-release-windows" to GitHub Actions Jan 29, 2024
@dkocher dkocher marked this pull request as draft February 2, 2024 08:34
@dkocher dkocher changed the title CI/CD conceptualisation: Migrate Jenkins build job "cyberduck-release-windows" to GitHub Actions Migrate Jenkins build job "cyberduck-release-windows" to GitHub Actions Jan 4, 2025
Comment on lines +21 to +32
- name: clean workspace
shell: ruby {0}
run: |-
require "fileutils"
Dir.chdir(ENV["GITHUB_WORKSPACE"]) do
paths = Dir.glob(["**/*"])
paths -= Dir.glob([".git/**", ".repository/**"])
paths.each do |path|
File.delete(path) if File.file?(path)
FileUtils.rm_rf(path) if File.directory?(path)
end
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleanup of workspace is not required in GitHub Actions context.

uses: actions/[email protected]
with:
fetch-depth: '0'
ref: ${{ inputs.GIT_TAG }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this input is required when the user selects a tag for the run from Run workflow.

Comment on lines +131 to +158
!**/*~
!**/#*#
!**/.#*
!**/%*%
!**/._*
!**/CVS
!**/CVS/**
!**/.cvsignore
!**/SCCS
!**/SCCS/**
!**/vssver.scc
!**/.svn
!**/.svn/**
!**/.DS_Store
!**/.git
!**/.git/**
!**/.gitattributes
!**/.gitignore
!**/.gitmodules
!**/.hg
!**/.hg/**
!**/.hgignore
!**/.hgsub
!**/.hgsubstate
!**/.hgtags
!**/.bzr
!**/.bzr/**
!**/.bzrignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants