Git tag error in declarative pipeline

2017-10-08 Thread Thor Waway
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

Master Node <> Worker Node: SSH relationship

2017-10-08 Thread Thor Waway
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

Re: Master Node <> Worker Node: SSH relationship

2017-10-08 Thread Thor Waway
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

Re: How to setup Jenkins slave in jenkins 2.73.2 version?

2017-10-15 Thread Thor Waway
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

Re: SetupWizard: Unable to setup first user

2017-10-16 Thread Thor Waway
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

Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
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

Re: Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
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

Re: Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
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

Re: Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
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

Scripting in Jenkins

2017-10-17 Thread Thor Waway
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

Re: Scripting in Jenkins

2017-10-18 Thread Thor Waway
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

Re: Scripting in Jenkins

2017-10-18 Thread Thor Waway
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.

ALPN callback dropped: SPDY and HTTP/2 are disabled. Is alpn-boot on the boot class path?

2017-10-18 Thread Thor Waway
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