Webdriver Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

Don’t know if you resolved this problem, but I have just resolved the same issue from the other side. It appears Selenium and Firefox have difficulty talking to each other – I suspect Firefox ‘evolve’ changes over a number of releases, so backward and forward compatibility are not always guaranteed, and incompatibility always seems to … Read more

Checkout Jenkins Pipeline Git SCM with credentials?

You can use the following in a pipeline: git branch: ‘master’, credentialsId: ‘12345-1234-4696-af25-123455’, url: ‘ssh://git@bitbucket.org:company/repo.git’ If you’re using the ssh url then your credentials must be username + private key. If you’re using the https clone url instead of the ssh one, then your credentials should be username + password.

Conditional step/stage in Jenkins pipeline

Doing the same in declarative pipeline syntax, below are few examples: stage(‘master-branch-stuff’) { when { branch ‘master’ } steps { echo ‘run this stage – ony if the branch = master branch’ } } stage(‘feature-branch-stuff’) { when { branch ‘feature/*’ } steps { echo ‘run this stage – only if the branch name started with … Read more

Hudson vs Jenkins in 2012 [closed]

I have used both Hudson and Jenkins. I have been following both change lists. I still think we made the right choice by moving from Hudson to Jenkins. The Hudson core developers are now working on Jenkins. Those who are still employed by Oracle are the ones mainly supporting Hudson (as far as I am … Read more

Is there a way to keep Hudson / Jenkins configuration files in source control?

Most helpful Answer There is a plugin called SCM Sync configuration plugin. Original Answer Have a look at my answer to a similar question. The basic idea is to use the filesystem-scm-plugin to detect changes to the xml-files. Your second part would be committing the changes to SVN. EDIT: If you find a way to … Read more

Checkout multiple git repos into same Jenkins workspace

With the Multiple SCMs Plugin: create a different repository entry for each repository you need to checkout (main project or dependancy project. for each project, in the “advanced” menu (the second “advanced” menu, there are two buttons labeled “advanced” for each repository), find the “Local subdirectory for repo (optional)” textfield. You can specify there the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)