I would like clarification on:
- how jenkins master nodes and worker nodes communicate with git
- how both use credentials and ssh plugins to authenticate with git
- when to use Credentials plugin vs SSHAgent plugin
Right now, I believe that the Master Node stores all credentials an
Hello,
I am having a hard time understanding the relationship between master and
worker nodes - specifically, how things work with git.
The way I understand things at the moment, *Master Node *is able to
pass-on/share ssh keys and passphrases with worker nodes via Credential
Plugin. This is
Hi Mark! Thanks for the feedback.
Got things to work by keeping https protocol and correcting the syntax for
withCredentials like this:
withCredentials([usernamePassword(credentialsId:
'username-with-password',
passwordVariable: 'GIT_PASS', usernameVariable: 'GIT
Hi Hemant!
You have a better chance of getting help if you post what you have tried
and what errors you are running into. Also what OS are you running?
Specifics will get you a long way
On Sunday, October 15, 2017 at 5:08:12 AM UTC-4, Hemant Wanjari wrote:
>
> Hello Guyz,
>
> Anyone kows h
Hi Daniel,
Resolved the issue using your feedback. Thank you.
On Monday, October 16, 2017 at 9:10:23 AM UTC-4, Daniel Beck wrote:
>
>
>
> There's a known issue related to missing email addresses. Since what you
> entered isn't an email address, might be the same bug.
>
>
--
You received thi
Hello,
Currently able to run builds on push BUT noticed that status of build isn't
showing up. Is there a specific plugin for that?
PS: What I am referring to is the status link that prints name/step of
current builds. It is usually right next to the node-name. Taking a look
said link, you c
here is an image that demonstrates what I am looking for:
On Monday, October 16, 2017 at 3:51:19 PM UTC-4, Thor Waway wrote:
>
> Hello,
>
> Currently able to run builds on push BUT noticed that status of build
> isn't showing up. Is there a specific plugin for that
Here is an image that demonstrates what I am referring to:
--
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 vie
sigh!
Figured it out. Status don't display if you have syntax errors in your
pipeline.
--
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+unsub
Hello,
This is a bit of newbie question so I apologize in advance.
- I have 2 nodes currently set up; a MASTER and a WORKER node.
- One of the steps in my declarative pipeline points to
deploy-script.sh. The contents of deploy-script.sh:
- #!/bin/sh
whoami
W
st if I do.
On Tuesday, October 17, 2017 at 1:03:56 PM UTC-4, Thor Waway wrote:
>
> Hello,
>
> This is a bit of newbie question so I apologize in advance.
>
>
>- I have 2 nodes currently set up; a MASTER and a WORKER node.
>
>
>
>- One of the
Morning,
Just getting back to this problem and resolved the problem in less than 30
mins due to your tips/suggestions :) Thank you
Issue was solved by implementing 2 steps:
1. First, by referencing $WORKSPACE when providing the path to the
deploy-script (i.e $WORKSPACE/deploy-script.
Hello,
While attempting to integrate the Slack Plugin, I keep the above error.
Checked issues for this plugin on Github and JIRA but haven't found any
open issues. Decided to try posting here first before reporting.
Here is the full output of Jenkins Log:
Oct 18, 2017 10:40:30 PM INFO org
13 matches
Mail list logo