ci: refs #8698 try lastSuccessfulBuild
gitea/salix-front/pipeline/pr-dev Build queued... Details

This commit is contained in:
Alex Moreno 2025-03-03 11:31:01 +01:00
parent e24600d1ad
commit d302ee58c0
2 changed files with 9 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -82,6 +82,14 @@ pipeline {
// sh 'pnpm install --prefer-offline'
// }
// }
stage('Echo?') {
when {
changeset "src/pages/**/*"
}
steps {
echo "hola"
}
}
stage('Buscar último build con éxito') {
steps {
script {

View File

@ -51,6 +51,7 @@ async function onSubmit() {
});
}
}
// REMOVE:
</script>
<template>