Build/Plugins/GenericEditor #199
Replies: 1 comment · 3 replies
-
@vinukumar-vs @vaibhavbhuva Can you please assist here? |
Beta Was this translation helpful? Give feedback.
All reactions
-
@keshavprasadms @vinukumar-vs @vaibhavbhuva , Started by user Diksha POC
[Pipeline] stage
info looking for cached prebuild @ /var/lib/jenkins/.npm/_prebuilds/2a34dd-iltorb-v2.4.5-node-v64-linux-x64.tar.gz
Cached binary found at /var/lib/jenkins/.npm/node-sass/4.14.1/linux-x64-64_binding.node
PhantomJS not found on PATH
PhantomJS not found on PATH
Binary found at /var/lib/jenkins/workspace/Build/Plugins/GenericEditor/node_modules/node-sass/vendor/linux-x64-64/binding.node
✔ cwebp pre-build test passed successfully
✔ gifsicle pre-build test passed successfully
✔ jpegtran pre-build test passed successfully
✔ mozjpeg pre-build test passed successfully
✔ optipng pre-build test passed successfully
⚠ The
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/watchpack/node_modules/fsevents): added 2439 packages from 1458 contributors and audited 2453 packages in 39.598s 84 packages are looking for funding found 271 vulnerabilities (44 low, 74 moderate, 127 high, 26 critical) [Pipeline] // ansiColor |
Beta Was this translation helpful? Give feedback.
All reactions
-
@dikshauat Please check https://github.com/orgs/Sunbird-Ed/discussions/88#discussioncomment-3453311 |
Beta Was this translation helpful? Give feedback.
All reactions
-
@HarishGangula , this is what we got on using release-4.10.1_RC1 as suggested in https://github.com/orgs/Sunbird-Ed/discussions/88#discussioncomment-3453311 Started by user Diksha POC
[Pipeline] stage
[Pipeline] } [Pipeline] // ansiColor |
Beta Was this translation helpful? Give feedback.
-
Hi @keshavprasadms, @rahuls0ni,
As mentioned in the previous post (#97) tried Generic Editor with release 4.10.1_RC1 but not getting success. Below is the console output of the job. Kindly check it and please help me resolving the issue
Started by user Diksha POC
Checking out git https://github.com/project-sunbird/sunbird-generic-editor.git into /var/lib/jenkins/workspace/Build/Plugins/GenericEditor@script/a4bd6e68954a25239b55c35ed8919f45766482f2bbd688447c591a1bbf5b1e3e to read Jenkinsfile
The recommended git tool is: NONE
No credentials specified
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/project-sunbird/sunbird-generic-editor.git
git rev-parse --short HEAD
[Pipeline] echo
github_release_tag specified, building from github_release_tag: release-4.10.1_RC1
[Pipeline] sh
git clone https://github.com/project-sunbird/sunbird-content-plugins.git plugins
Cloning into 'plugins'...
[Pipeline] sh
cd plugins
git ls-remote --tags origin release-4.10*
sort -V
grep -o release-4.10.*
tail -n1
checkout_tag=
git checkout tags/ -b
error: switch `b' requires a value
usage: git checkout []
or: git checkout [] [] -- ...
-q, --quiet suppress progress reporting
-b create and checkout a new branch
-B create/reset and checkout a branch
-l create reflog for new branch
--detach detach HEAD at named commit
-t, --track set upstream info for new branch
--orphan
new unparented branch
-2, --ours checkout our version for unmerged files
-3, --theirs checkout their version for unmerged files
-f, --force force checkout (throw away local modifications)
-m, --merge perform a 3-way merge with the new branch
--overwrite-ignore update ignored files (default)
--conflict <style> conflict style (merge or diff3)
-p, --patch select hunks interactively
--ignore-skip-worktree-bits
do not limit pathspecs to sparse entries only
--ignore-other-worktrees
do not check if another worktree is holding the given ref
--recurse-submodules[=]
control recursive updating of submodules
--progress force progress reporting
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 129
Finished: FAILURE
Beta Was this translation helpful? Give feedback.
All reactions