Hello,
I have job like below, *createDeployment* comes from sharedlibrary, and
just calling 'build job' with passed params.
Triggered job (deployment) have post action to delete deployment if
anything wrong happened. When deployment fail triggered job call post
actions but only archiveArtifacts
I have a bit different scenario, I don't use Jenkinsfile in this jobs,
they're more like 'utility' jobs eq Clean Azure Env etc.
So, I want to get pipeline groovy script which use Powershell in stages
from folder scripts.
Also, I use Stash (atlassian git).
I decide to create new repo, just for
W dniu piątek, 3 listopada 2017 16:26:08 UTC+1 użytkownik itchymuzzle
napisał:
>
> Please post something which is readable. Thanks.
>
Hello,
I have question regarding SharedLibrary, I put some powershell script
(/scripts/…) in same repository and I want to use them during builds.
Atm, I use
Hello,
I have question regarding SharedLibrary, I put some powershell script
(/scripts/…) in same repository and I want to use them during builds.
Atm, I use it like this
@Library('JenkinsSharedLibrary') _
pipeline {
agent { node { label 'azure' } }
options {
s