Compare commits
3 Commits
2023.10
...
78b7ef44d9
Author | SHA1 | Date | |
---|---|---|---|
78b7ef44d9 | |||
e19ca94653 | |||
|
a85378374b |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -4,7 +4,7 @@ pipeline {
|
|||||||
agent any;
|
agent any;
|
||||||
options {
|
options {
|
||||||
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
|
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
|
||||||
disableConcurrentBuilds abortPrevious: true;
|
disableConcurrentBuilds();
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('FarmmapsLibBuildAll') {
|
stage('FarmmapsLibBuildAll') {
|
||||||
|
@@ -4,7 +4,7 @@ pipeline {
|
|||||||
agent any;
|
agent any;
|
||||||
options {
|
options {
|
||||||
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
|
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
|
||||||
disableConcurrentBuilds abortPrevious: true;
|
disableConcurrentBuilds();
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('FarmmapsLibBuildAll') {
|
stage('FarmmapsLibBuildAll') {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "farmmaps-lib-app",
|
"name": "farmmaps-lib-app",
|
||||||
"version": "3.5.0",
|
"version": "3.5.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
Reference in New Issue
Block a user