Compare commits
3 Commits
2023.10
...
78b7ef44d9
Author | SHA1 | Date | |
---|---|---|---|
78b7ef44d9 | |||
e19ca94653 | |||
|
a85378374b |
46
Jenkinsfile
vendored
46
Jenkinsfile
vendored
@@ -1,24 +1,24 @@
|
|||||||
@Library('farmmaps-shared-library') _
|
@Library('farmmaps-shared-library') _
|
||||||
|
|
||||||
pipeline {
|
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') {
|
||||||
steps {
|
steps {
|
||||||
stepFarmmapsLibBuildAll();
|
stepFarmmapsLibBuildAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
postSuccess();
|
postSuccess();
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
postAlways();
|
postAlways();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -1,24 +1,24 @@
|
|||||||
@Library('farmmaps-shared-library') _
|
@Library('farmmaps-shared-library') _
|
||||||
|
|
||||||
pipeline {
|
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') {
|
||||||
steps {
|
steps {
|
||||||
stepFarmmapsLibBuildAll();
|
stepFarmmapsLibBuildAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
postSuccess();
|
postSuccess();
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
postAlways();
|
postAlways();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -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