change in jenkins
This commit is contained in:
parent
a2c01e70c7
commit
8f85f8c5d3
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -20,10 +20,7 @@ pipeline {
|
|||||||
# Navigate to the workspace or create it if it doesn't exist
|
# Navigate to the workspace or create it if it doesn't exist
|
||||||
mkdir -p ${REMOTE_WORKSPACE}
|
mkdir -p ${REMOTE_WORKSPACE}
|
||||||
cd ${REMOTE_WORKSPACE}
|
cd ${REMOTE_WORKSPACE}
|
||||||
# Clone the repository if it does not exist
|
|
||||||
if [ ! -d "cicid" ]; then
|
|
||||||
git clone https://git.tech4biz.wiki/jassim/cicid.git
|
git clone https://git.tech4biz.wiki/jassim/cicid.git
|
||||||
fi
|
|
||||||
cd cicid
|
cd cicid
|
||||||
git checkout main
|
git checkout main
|
||||||
yarn install
|
yarn install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user