What product/components do you use and which version/fix level?
Are you using a free trial or a product with a customer license?
Free Trial 10.X
What are trying to achieve? Please describe in detail.
- I have installed the web method Server trail version in my Linux box.
- I have forked repo from webMethods-sample-project-layout GitHub - SoftwareAG/webmethods-sample-project-layout: Sample project layout for webMethods assets. This sample also demostrates CI quick set up together with https://github.com/SoftwareAG/sagdevops-ci-assets
- Then I cloned sagdevops-ci-assets into my local Linux box for future references.
- Inside the Jenkins two environment variable created SAG_CI_HOME, SAG_HOME .
- Inside my sagdevops-ci-assets System.properties file updated.
Use slash â/â as path separator. Example: Use âC:/SoftwareAGâ, instead of âC:\SoftwareAGâ.
deployerInstallationPath=/home/viswa/softwareag/IntegrationServer/instances/default/packages/WmDeployer/bin/
#Build Server Settings
deployerHost=localhost
deployerPort=5555
deployerUsername=Administrator
deployerPassword=manage
#Target CI Test Server Settings
testISHost=localhost
testISPort=5555
testISUsername=Administrator
testISPassword=manage
- Created Jenkins pipeline job and added the repo name webMethods-sample-project-layout as source during the checkout.
- Jenkinsfile.unix used for pipeline stages to run.
Do you get any error messages? Please provide a full error message screenshot and log file.
- /home/viswa/softwareag//common/lib/ant/bin/ant -DSAGHome=/home/viswa/softwareag/ -DSAG_CI_HOME=/tmp/sagdevops-ci-assets -DprojectName=web build
Buildfile: /var/lib/jenkins/workspace/web/build.xml
build:
initSAGHome:
initDeployerInstallationPath:
initDeployerHost:
initDeployerPort:
initDeployerUsername:
initDeployerPassword:
initSystemProperties:
initProjcetName:
initBuildOutputDir:
initRepositoryName:
initDeployerProjectDefinition:
initMandatoryProperties:
initISProjectsDir:
initISConfigDir:
initBPMProjectsDir:
initMWSProjectsDir:
initRulesProjectsDir:
initUMProjectDir:
initTestPackageNamePattern:
initJenkinsReportDir:
initOptionalProperties:
initProject:
cleanupBuild:
prepareABEproperties:
[move] Moving 1 file to /home/viswa/softwareag/common/AssetBuildEnvironment/master_build
Attempt to copy /home/viswa/softwareag/common/AssetBuildEnvironment/master_build/build.properties to /home/viswa/softwareag/common/AssetBuildEnvironment/master_build/build.properties.original using NIO Channels failed due to â/home/viswa/softwareag/common/AssetBuildEnvironment/master_build/build.properties.originalâ. Falling back to streams.
BUILD FAILED
/var/lib/jenkins/workspace/web/build.xml:27: The following error occurred while executing this line:
/tmp/sagdevops-ci-assets/buildCallABE.xml:46: Failed to copy /home/viswa/softwareag/common/AssetBuildEnvironment/master_build/build.properties to /home/viswa/softwareag/common/AssetBuildEnvironment/master_build/build.properties.original due to /home/viswa/softwareag/common/AssetBuildEnvironment/master_build/build.properties.original
Total time: 1 second
Kindly help me on this.
Thanks,
Palani