Hi All,

I have setup a parallel build using data pipeline. This build machine is on
VM.

============
pipeline {

         stages {

            stage('ParallelBuild') {

                   parallel {

                          stage(‘BuildIntel’) {
                              agent {
                           ..
                           ;;;

                           stage(‘BuildArm’) {
                               agent {
========================


Workspace for Intel

[‘BuildIntel’] 
[CYELP_feature-3WJHZSTZRAESMPGCATYIL555HUF7XSCPTK2GXMGWNX7W5MCBMX4A]


Workspace for Arm

[‘BuildARM’] 
[CYELP_feature-3WJHZSTZRAESMPGCATYIL555HUF7XSCPTK2GXMGWNX7W5MCBMX4A@2



Build for Arm is failing

[‘BuildARM’]     Error, you have an invalid character (@) in your
COREBASE directory path. Please move the installation to a directory
which doesn't include any @ characters.


as it is same workspace dir wit @2 extra

to make it build I can create a separate dir in workspace and proceed.
Is it the right solution or any other fix is better please suggest

thanks in advance

Regards
Somshekar C Kadam

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CALbGK-pAedn1a8aeFaMYq%3DPWsG44JvjRsqaOe_f-zUkYLHitWQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to