git step cannot be
> used. Refer to the git plugin documentation
> <https://plugins.jenkins.io/git#extensions> for detailed descriptions of
> options available to the checkout step. For example, the git step does not
> support:
>
>- SHA-1 checkout
>- Tag checkout
>
Hi Is it possible to sparse checkout multiple repositories from git .
i want to check out specific folder alone from each project ?
node('ATLAS && Linux')
{ dir('CalibrationResults')
{ git url:
'https://github.com/AtlasBID/CalibrationResults.git' }
dir('Combination')
Hi I have installed nvm and have nvm.sh under /home/Jenkins/.nvm.
Have configured NVM_DIR to Jenkins bashrc
How to use nvm to use specific version npm in my pipeline.
Stages {
Stage {
Sh
"""
Source~/.nvm
/home/Jenkins/. nvm/nvm.sh use 12.16.3
"""
}
}
Is not working .
Regards ,
manoj
--
You
Hi greetings everyone ,
My project is creating some 60 jars with diff names , I want to push them
to nexus i could not use wildcard (.jar) build fails seems
nexusArtifactUploader doesnt suport wildcard.
how can i achieve this can i create a loop ?
is there a better way to do this .
nexus