Skip to content
Permalink
test-ssh-windo…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
kind: pipeline
type: ssh
name: demo
platform:
os: windows
server:
host:
from_secret: windows_server
user:
from_secret: windows_username
password:
from_secret: windows_password
steps:
- name: test
commands:
- echo foo
- "[System.Environment]::OSVersion.Version"
- echo bar
- name: test-master
commands:
- echo foo
- "[System.Environment]::OSVersion.Version"
- echo bar
when:
branch:
include:
- master