Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • Jenkins

    Jenkins Upgrade and Solution!!!

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: Jenkins Upgrade and Solution!!!Issues 1: You will find these entry in jenkins log file which will take longer time to start the services of jenkins SEVERE: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not # (position: START_DOCUMENT seen #… @1:1)Feb 25, 2014 2:12:56 AM hudson.plugins.testng.parser.ResultsParser logSEVERE: org.xmlpull.v1.XmlPullParserException: only whitespace…

    Read More Jenkins Upgrade and Solution!!!Continue

  • Code Analysis

    Dashboard for CLOC?

    ByRajesh Kumar December 7, 2017January 9, 2020

    scmuser created the topic: Dashboard for CLOC? Hi, I would like to extend Dashboard for CLOC? Can you please suggest one?

    Read More Dashboard for CLOC?Continue

  • Jenkins

    Check to see if a build is running or not

    ByRajesh Kumar December 7, 2017January 9, 2020

    rajeshkumar created the topic: Check to see if a build is running or not All I need to do is check to see if a build is running or not. To do that I used curl and grep, like this: curl http://myjenkins/job/myjob/lastBuild/api/json | grep –color result\”:null If a build is in progress, a grep for…

    Read More Check to see if a build is running or notContinue

  • Jenkins

    Script to check the build status of a Jenkins job

    ByRajesh Kumar December 7, 2017November 18, 2021

    Using JSON & Curl [code]BUILD_STATUS=$(curl –user USER:TOKEN_VALUE –silent $BUILD_URLapi/json | jq -r ‘.result’)echo $BUILD_STATUS[/code] Using jenkins PluginsPlugins Name – Conditional Build Step For Implementations, Please check here.https://stackoverflow.com/questions/11125598/getting-the-build-status-in-post-build-script Using Python & Json [code]</pre>#!/usr/bin/python## author: ajs# license: bsd# copyright: re2 import jsonimport sysimport urllibimport urllib2 jenkinsUrl = “https://jenkins.example.com/job/” if len( sys.argv ) > 1 :jobName = sys.argv[1]jobNameURL…

    Read More Script to check the build status of a Jenkins jobContinue

  • Jenkins

    Jenkins plugin list sometimes shows up empty

    ByRajesh Kumar December 7, 2017November 18, 2021

    If you are unable to see the list of any plugins, there may be isuses with following reasons. 1. Check the internet if its connected with jenkins Server2. Do you have any internet proxy, you may setup internet proxy for jenkins in pluginManager/advanced, “HTTP Proxy Configuration” section.3. Try pluginManager>> Check now options as well.4. Make…

    Read More Jenkins plugin list sometimes shows up emptyContinue

  • Jenkins

    Jenkins Error: Jenkins time-out while pushing to github

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: Jenkins time-out while pushing to githubC:\Build_WS\BuildDeployment>exit 0Pushing HEAD to branch master at repo originusing .gitcredentials to set credentials> C:\Program Files (x86)\Git\bin\git.exe –version # timeout=10> C:\Program Files (x86)\Git\bin\git.exe config –local credential.helper store –file=\”C:\Windows\TEMP\git3934542327404930267.credentials\” # timeout=10> C:\Program Files (x86)\Git\bin\git.exe -c core.askpass=true push github.com/EigenRisk/RACE HEAD:master -f> C:\Program Files (x86)\Git\bin\git.exe config –local –remove-section credential #…

    Read More Jenkins Error: Jenkins time-out while pushing to githubContinue

  • Jenkins

    Jenkins Error: Jenkins Workspace Issue

    ByRajesh Kumar December 7, 2017November 18, 2021

    pasupuleti2 created the topic: Jenkins Workspace IssueMost of our jobs which are running on the Windows systems are failing due to issues in “deleting the workspace”. Our Jenkins working on Virtual machine. We have enough space to store Jenkins logs ERROR:: {code}[EnvInject] – Loading node environment variables.Building on master in workspace D:\Jenkins\workspace\IntelliLink Develop – Bitbucket>…

    Read More Jenkins Error: Jenkins Workspace IssueContinue

  • Jenkins

    Jenkins Error: java.io.IOException: Failed to rename jenkins

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: java.io.IOException: Failed to rename jenkinsToday while setting up the maven automatic install setup with jenkins, i found following issues…. Started by user anonymousBuilding on master in workspace C:\Program Files (x86)\Jenkins\jobs\HelloworldMaven\workspace> C:\Program Files (x86)\Git\bin\git.exe rev-parse –is-inside-work-tree # timeout=10Fetching changes from the remote Git repository> C:\Program Files (x86)\Git\bin\git.exe config remote.origin.url github.com/scmgalaxy/helloworld-java-maven.git # timeout=10Fetching…

    Read More Jenkins Error: java.io.IOException: Failed to rename jenkinsContinue

  • Jenkins

    Monitor and Restart Offline Slaves

    ByRajesh Kumar December 7, 2017January 9, 2020

    rajeshkumar created the topic: Monitor and Restart Offline Slaves If you facing a problem of jenkins node disconnect automatically, you can try this script- This script can monitor and restart offline nodes if they are not disconnected manually. Of course you can disable email notification. Thanks author for email notification. You can run this script…

    Read More Monitor and Restart Offline SlavesContinue

  • Jenkins

    Suddenly started hanging

    ByRajesh Kumar December 7, 2017January 9, 2020

    pasupuleti2 created the topic: Suddenly started hanging Suddenly jenkins started hanging. that keeps hanging every second. We have many projects in Jenkins. The jobs were running fine in the past. Yesterday I installed Perl plugins in jenkins and suddenly it started hanging. Nothing is dispalying. Please help me to resolve this issue without loosing old…

    Read More Suddenly started hangingContinue

  • Vmware

    Script for VMware cloud server

    ByRajesh Kumar December 7, 2017January 9, 2020

    pasupuleti2 created the topic: Script for VMware cloud server At Present we are using Windows 2012 server as Our VMware server for which we are using Powershell , Python Scripts as of now. Our Jenkins is not supporting Perl script and the moment when I tried to install PERL plugins Jenkins Server consistently hanging up….

    Read More Script for VMware cloud serverContinue

  • Jenkins

    Input is not in the .gz format

    ByRajesh Kumar December 7, 2017January 9, 2020

    rajeshkumar created the topic: node_tmp/node.tar.gz’: Input is not in the .gz format Error 02:27:46 [INFO] — frontend-maven-plugin:0.0.20:install-node-and-npm (install node and npm) @ app-socialqa — 02:27:46 [INFO] Installing node version v0.10.30 02:27:46 [INFO] Creating temporary directory /home/jenkins/workspace/number-release/app-socialqa/node_tmp 02:27:46 [INFO] Downloading Node.js from nodejs.org/dist/v0.10.30/node-v0.10.30-linux-x64.tar.gz to /home/jenkins/workspace/number-release/app-socialqa/node_tmp/node.tar.gz 02:27:46 [INFO] No proxy was configured, downloading directly 02:27:47 [INFO] Extracting…

    Read More Input is not in the .gz formatContinue

  • Maven

    Failed to execute goal org.sonatype.plugins:nexus-m2settings-maven-plu

    ByRajesh Kumar December 7, 2017January 9, 2020

    scmuser created the topic: Failed to execute goal org.sonatype.plugins:nexus-m2settings-maven-plu How can it be solve following error?? [ERROR] Failed to execute goal org.sonatype.plugins:nexus-m2settings-maven-plugin:1.6.6:download (default-cli) on project standalone-pom: Connection failed: Insecure protocol: uvo193bnk02rz2cuv74.vm.cld.sr:8081/nexus/content/reposito ries/releases/ -> [Help 1]

    Read More Failed to execute goal org.sonatype.plugins:nexus-m2settings-maven-pluContinue

  • Jenkins

    Git Error: -Git Polling Log java.io.IOException: error=2, No such file or director

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: Git Polling Log java.io.IOException: error=2, No such file or director Error Started on Sep 15, 2015 9:57:00 AM Using strategy: Default [poll] Last Built Revision: Revision 2c06c1d705f61e2654d7f30131d8205d6b755d09 (refs/remotes/origin/master) > /mnt/jenkins/git/2.3.1/bin/git –version # timeout=10 > /mnt/jenkins/git/2.3.1/bin/git ls-remote -h server.com/repo-provisioning.git master # timeout=10 FATAL: hudson.plugins.git.GitException: Error performing command: /mnt/jenkins/git/2.3.1/bin/git ls-remote -h replica.int.devsnc.com/devsnc-provisioning.git master…

    Read More Git Error: -Git Polling Log java.io.IOException: error=2, No such file or directorContinue

  • Jenkins

    WorkSpace Cleanup Error

    ByRajesh Kumar December 7, 2017January 9, 2020

    pasupuleti2 created the topic: WorkSpace Cleanup Error Rajesh, When I chose “Delete workspace before build starts” option at Build Environment I got below error. Please let me know how to fix this issue. [EnvInject] – Loading node environment variables. Building on master in workspace D:\Jenkins\workspace\TSFW – Bit Bucket [WS-CLEANUP] Deleting project workspace… ERROR: [WS-CLEANUP] Cannot…

    Read More WorkSpace Cleanup ErrorContinue

  • Jenkins

    No emails were triggered.

    ByRajesh Kumar December 7, 2017January 9, 2020

    pasupuleti2 created the topic: No emails were triggered. I have entered couple of email ids in “Editable Email Notification” When ever I take a build recipients are not receiving the notification emails. Today I upgraded the plugin also. Please let me know how to resolve the issue. Thanks -Saritha rajeshkumar replied the topic: No emails…

    Read More No emails were triggered.Continue

  • Jenkins

    Script for Breaks the build

    ByRajesh Kumar December 7, 2017January 9, 2020

    pasupuleti2 created the topic: Script for Breaks the build Rajesh, Our current tests are taking 2 hours for one project. when building unit tests they should not accessing databases, filesystems, or physical devices. They should not have sleeps or waits in them etc. Please let me knoow how to add a feature that breaks the…

    Read More Script for Breaks the buildContinue

  • Jenkins

    Test Results

    ByRajesh Kumar December 7, 2017January 9, 2020

    pasupuleti2 created the topic: Test Results Rajesh, How to get the results with graphics for each action in each build in Jenkins Ex: checkout code from Git -> 1 min Build -> 3 mins unittest -> 15mins (why it is taking 15 mins) integration test -> 3 mins Deployment -> 2 mins (2 different locations)…

    Read More Test ResultsContinue

  • Jenkins

    Can We Change Setting In Jenkins As It Picks Desire Version Of Java.

    ByRajesh Kumar December 7, 2017November 18, 2021

    Namit created the topic: Can we change setting in Jenkins as it picks desire version of Java. In my Linux server i do have two version of Java (Java 1.6 and Java 1.8), few applications which are running on this server is using Java 1.6, so i cann’t change this setting but i want when…

    Read More Can We Change Setting In Jenkins As It Picks Desire Version Of Java.Continue

  • Jenkins

    Hudson

    ByRajesh Kumar December 7, 2017January 9, 2020

    rupali created the topic: Hudson I am working on an application where we are using Hudson to create build and then manually copying build to another server and deploying it there. I want to automate this process and want to implement it in a way that could be able to deploy specific build on basis…

    Read More HudsonContinue

  • Jenkins

    Modified files after each build

    ByRajesh Kumar December 7, 2017January 9, 2020

    setu.sin created the topic: Modified files after each build Hi All, I need to send the modified files to an external API after each build in jenkins. I can see the recently changed files in jenkins that pulls from git commit but can you please tell me where it is stored so that i can…

    Read More Modified files after each buildContinue

  • Maven

    Release vs. Snapshot Repositories

    ByRajesh Kumar December 7, 2017January 9, 2020

    rajeshatbuzz created the topic: Release vs. Snapshot repositories What is the different between Release vs. Snapshot repositories in maven? Rajesh scmuser replied the topic: Re:Release vs. Snapshot repositories A further segregation of remote repositories is the separation of Release repositories and Snapshot repositories. Note that release vs snapshot repos are always remote, since the local…

    Read More Release vs. Snapshot RepositoriesContinue

  • Maven

    Issue Management In Maven?

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshatbuzz created the topic: issueManagement in Maven? Any body provide some notes on issueManagement in Maven/. Rajesh scmuser replied the topic: Re:issueManagement in Maven? issueManagement Information about the issue tracking (or bug tracking) system used to manage this project. Element Description system The name of the issue management system, e.g. Bugzilla url URL for the…

    Read More Issue Management In Maven?Continue

  • Maven

    How Maven development started?

    ByRajesh Kumar December 7, 2017November 18, 2021

    scmuser created the topic: How Maven development started? How Maven development started? rajeshatbuzz replied the topic: Re:How Maven development started? Maven, a Yiddish word meaning accumulator of knowledge, was originally started as an attempt to simplify the build processes in the Jakarta Turbine project. There were several projects each with their own Ant build files…

    Read More How Maven development started?Continue

  • Maven

    Maven’s Objectives

    ByRajesh Kumar December 7, 2017November 18, 2021

    scmuser created the topic: Maven’s Objectives What is the maven main objectives? rajeshatbuzz replied the topic: Re:Maven’s Objectives Maven’s primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven…

    Read More Maven’s ObjectivesContinue

  • Maven

    Maven Troubleshooting

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: Maven troubleshooting i would like to knpw “Most Common Issues in Maven”? Any body can focus on this? Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn mnanjala replied the topic: Re:Maven troubleshooting You may get error with Java Heap Size error. Solution: set the Environment Variable of MAVEN_OPTS to “-Xms512m -Xmx512m -XX:MaxPermSize=1024m”…

    Read More Maven TroubleshootingContinue

  • Maven

    Apache Maven Gets Ready for Enterprise, Eclipse

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: Apache Maven Gets Ready for Enterprise, Eclipse It’s exciting times for fans of Apache Maven. Developers who delve into both Java and Eclipse are the target for a new push by Apache Maven and its commercial backer, Sonatype, that aim to produce new tools designed to simplify use and encourage adoption….

    Read More Apache Maven Gets Ready for Enterprise, EclipseContinue

  • Maven

    Sonatype Introduces Maven Studio for Eclipse(TM)

    ByRajesh Kumar December 7, 2017November 18, 2021

    rajeshkumar created the topic: Sonatype Introduces Maven Studio for Eclipse(TM) Innovative Development Environment Enables the 3+ Million Maven Java(TM) Developers to Dramatically Improve Productivity EclipseCon – March 22, 2010 – Sonatype, caretaker of the Maven project and leading provider of enterprise software development infrastructure, today announced Sonatype Maven Studio for Eclipse. The Studio is the…

    Read More Sonatype Introduces Maven Studio for Eclipse(TM)Continue

  • Maven

    Maven failed to resolve repo1.maven.org Inbo

    ByRajesh Kumar December 7, 2017November 18, 2021

    scmuser created the topic: Maven failed to resolve repo1.maven.org Inbo I installed Maven 2.2.1 on Ubuntu 8.04. When I first tried to run mvn it didn’t work. I have a direct connection to internet and I do not have firewall policies which prohibit internet access from any program (such as java.exe, as I found in…

    Read More Maven failed to resolve repo1.maven.org InboContinue

  • Maven

    Run external tasks using maven

    ByRajesh Kumar December 7, 2017November 18, 2021

    scmuser created the topic: Run external tasks using maven Hi, Is it possible to run ant tasks which is not connected with any build lifecycle phase? In other word I would like to perform some action on demand using maven and antrun plugin tpatil replied the topic: Re:Run external tasks using maven Targets from external…

    Read More Run external tasks using mavenContinue

Page navigation

Previous PagePrevious 1 … 355 356 357 358 359 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search