RE: Manual downstream triggers after business approval

2019-09-27 Thread Jason Pyeron
Honestly, the people notified think it is a game of whackamole, responding 
almost instantly.

 

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of joseph pasque
Sent: Thursday, September 26, 2019 5:26 PM
To: Jenkins Users 
Subject: Re: Manual downstream triggers after business approval

 

Thanks for the reply! Yea that's along the lines of what I was thinking, I'm 
just definitely worried about the job idling for more than a day or so. Have 
you had memory/other issues with doing that?

On Thursday, September 26, 2019 at 3:25:38 PM UTC-5, Jason Pyeron wrote:

It’s a hack.

 

Test on success kicks off approval

 

Approval starts, waits for approval

On time out (days) fail

On approval pass

On disapproval fail

Then on success, kick off production

 

 

From: jenkins...@googlegroups.com> On Behalf Of joseph pasque
Sent: Thursday, September 26, 2019 3:05 PM
To: Jenkins Users  >
Subject: Manual downstream triggers after business approval

 

I have a particular use case and am wondering if there is a plugin out there 
that I am missing. We have multiple pipeline jobs, one for deploying to our 
testing environment, and one for deploying to our production environment. I 
want to allow the production deploy to occur if and only if a) a test deploy 
has occurred for the same parameters (aka never built directly, only triggered 
after test), and b) after business approval has happened on the test 
deployment. I am unable to find anything that accomplishes this for a 
declarative pipeline. If we were using Jenkins 1.x jobs I would use the 
Promotions Build Plugin, or the Build Pipeline View Plugin, but neither of 
these work with pipeline jobs as far as I know. Any help is appreciated!

 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkins...@googlegroups.com  .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/50b73b5d-1f19-496b-ac48-abf13c2a6d1c%40googlegroups.com
 
<https://groups.google.com/d/msgid/jenkinsci-users/50b73b5d-1f19-496b-ac48-abf13c2a6d1c%40googlegroups.com?utm_medium=email&utm_source=footer>
 .

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com 
<mailto:jenkinsci-users+unsubscr...@googlegroups.com> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6264f7c5-4504-4c39-adc2-3fa43b70a450%40googlegroups.com
 
<https://groups.google.com/d/msgid/jenkinsci-users/6264f7c5-4504-4c39-adc2-3fa43b70a450%40googlegroups.com?utm_medium=email&utm_source=footer>
 .

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/02a601d57529%24e5a4cf30%24b0ee6d90%24%40pdinc.us.


Re: Manual downstream triggers after business approval

2019-09-26 Thread joseph pasque
Thanks for the reply! Yea that's along the lines of what I was thinking, 
I'm just definitely worried about the job idling for more than a day or so. 
Have you had memory/other issues with doing that?

On Thursday, September 26, 2019 at 3:25:38 PM UTC-5, Jason Pyeron wrote:
>
> It’s a hack.
>
>  
>
> Test on success kicks off approval
>
>  
>
> Approval starts, waits for approval
>
> On time out (days) fail
>
> On approval pass
>
> On disapproval fail
>
> Then on success, kick off production
>
>  
>
>  
>
> *From:* jenkins...@googlegroups.com  <
> jenkins...@googlegroups.com > *On Behalf Of *joseph pasque
> *Sent:* Thursday, September 26, 2019 3:05 PM
> *To:* Jenkins Users >
> *Subject:* Manual downstream triggers after business approval
>
>  
>
> I have a particular use case and am wondering if there is a plugin out 
> there that I am missing. We have multiple pipeline jobs, one for deploying 
> to our testing environment, and one for deploying to our production 
> environment. I want to allow the production deploy to occur if and only if 
> a) a test deploy has occurred for the same parameters (aka never built 
> directly, only triggered after test), and b) after business approval has 
> happened on the test deployment. I am unable to find anything that 
> accomplishes this for a declarative pipeline. If we were using Jenkins 1.x 
> jobs I would use the Promotions Build Plugin, or the Build Pipeline View 
> Plugin, but neither of these work with pipeline jobs as far as I know. Any 
> help is appreciated!
>
>  
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkins...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/50b73b5d-1f19-496b-ac48-abf13c2a6d1c%40googlegroups.com
>  
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6264f7c5-4504-4c39-adc2-3fa43b70a450%40googlegroups.com.


RE: Manual downstream triggers after business approval

2019-09-26 Thread Jason Pyeron
It’s a hack.

 

Test on success kicks off approval

 

Approval starts, waits for approval

On time out (days) fail

On approval pass

On disapproval fail

Then on success, kick off production

 

 

From: jenkinsci-users@googlegroups.com  On 
Behalf Of joseph pasque
Sent: Thursday, September 26, 2019 3:05 PM
To: Jenkins Users 
Subject: Manual downstream triggers after business approval

 

I have a particular use case and am wondering if there is a plugin out there 
that I am missing. We have multiple pipeline jobs, one for deploying to our 
testing environment, and one for deploying to our production environment. I 
want to allow the production deploy to occur if and only if a) a test deploy 
has occurred for the same parameters (aka never built directly, only triggered 
after test), and b) after business approval has happened on the test 
deployment. I am unable to find anything that accomplishes this for a 
declarative pipeline. If we were using Jenkins 1.x jobs I would use the 
Promotions Build Plugin, or the Build Pipeline View Plugin, but neither of 
these work with pipeline jobs as far as I know. Any help is appreciated!

 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/50b73b5d-1f19-496b-ac48-abf13c2a6d1c%40googlegroups.com
 

 .

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0d9501d574a8%2482b119f0%2488134dd0%24%40pdinc.us.